freebsd-ports/polish/sms2/Makefile
Pete Fritchman 68ee588f22 Add pl-sms 1.8.9h, send SMS to cellular phones in Poland (Idea,
ERA, Plus).

PR:		33123
Submitted by:	Michal Pasternak <doc@lublin.t1.pl>
2001-12-25 20:57:19 +00:00

29 lines
534 B
Makefile

# Ports collection makefile for: sms
# Date created: 23 dec 2001
# Whom: Michal Pasternak <doc@lublin.t1.pl>
#
# $FreeBSD$
#
PORTNAME= sms
PORTVERSION= 1.8.9h
CATEGORIES= misc
MASTER_SITES= http://www.ceti.pl/~miki/komputery/download/sms/
PKGNAMEPREFIX= pl-
MAINTAINER= doc@lublin.t1.pl
LIB_DEPENDS= gdbm.2:${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>