blob: 74a0a59bada54349f8d7ae7544267ae79f4ffae9 (
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
# Date created: 15 March 1999
# Whom: staffanu
#
# $FreeBSD$
#
PORTNAME= gnokii
PORTVERSION= 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>
|