1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-25 04:43:33 +00:00
freebsd-ports/misc/pl-sms/Makefile
Edwin Groothuis 73e01b62df misc/pl-sms: update to a new version 1.9.1h
PR:		ports/50429
Submitted by:	Michal Pasternak <doc@hisio.safenet.pl>
2003-03-30 06:25:21 +00:00

30 lines
599 B
Makefile

# Ports collection makefile for: sms
# Date created: 23 dec 2001
# Whom: Michal Pasternak <doc@lublin.t1.pl>
#
# $FreeBSD$
#
PORTNAME= sms
PORTVERSION= 1.9.1h
CATEGORIES= misc
MASTER_SITES= http://www.ceti.pl/~miki/komputery/download/sms/
PKGNAMEPREFIX= pl-
MAINTAINER= doc@lublin.t1.pl
COMMENT= Send SMS to cellular phones in Poland (Idea, ERA, Plus)
LIB_DEPENDS= gdbm.3:${PORTSDIR}/databases/gdbm
WRKSRC= ${WRKDIR}/sms
USE_GMAKE= yes
MAKE_ARGS= CXX="${CXX}"
.if defined(NOPORTDOCS)
MAKE_ARGS+= NOPORTDOCS=1
.endif
post-install:
${STRIP_CMD} ${PREFIX}/bin/sms
.include <bsd.port.mk>