1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-26 05:02:18 +00:00
freebsd-ports/polish/sms/Makefile

30 lines
594 B
Makefile
Raw Normal View History

# Ports collection makefile for: sms
# Date created: 23 dec 2001
# Whom: Michal Pasternak <doc@lublin.t1.pl>
#
# $FreeBSD$
#
PORTNAME= sms
PORTVERSION= 1.9.1i
CATEGORIES= misc
MASTER_SITES= http://www.ceti.pl/~miki/komputery/download/sms/
PKGNAMEPREFIX= pl-
MAINTAINER= dotz@irc.pl
2003-02-21 12:51:06 +00:00
COMMENT= Send SMS to cellular phones in Poland (Idea, ERA, Plus)
2003-01-03 08:26:35 +00:00
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>