1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-24 21:01:20 +00:00
freebsd-ports/comms/gnokii/Makefile
Satoshi Taoka a64022f473 Software to talk to Nokia 3810/3110/8110/6110 cellular phones
PR:		ports/10629
Submitted by:	Staffan Ulfberg  <staffanu@multivac.fatburen.org>
1999-04-02 00:45:54 +00:00

25 lines
503 B
Makefile

# 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>