blob: 723eb3c002c8396e555e71e6921a7549ead16366 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
# New ports collection makefile for: gnokii
# Version required: 0.2.3
# Date created: 15 March 1999
# Whom: staffanu
#
# $Id$
#
DISTNAME= gnokii-0.2.3
CATEGORIES= comms
MASTER_SITES= ftp://multivac.fatburen.org/pub/gnokii/ \
ftp://multivac.fatburen.org/pub/gnokii/old/
MAINTAINER= staffanu@nada.kth.se
USE_GMAKE= yes
do-install:
@${INSTALL_SCRIPT} ${WRKSRC}/gnokii ${PREFIX}/bin/gnokii
post-install:
strip ${PREFIX}/bin/gnokii
.include <bsd.port.mk>
|