aboutsummaryrefslogtreecommitdiff
path: root/polish/sms2/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'polish/sms2/Makefile')
-rw-r--r--polish/sms2/Makefile38
1 files changed, 0 insertions, 38 deletions
diff --git a/polish/sms2/Makefile b/polish/sms2/Makefile
deleted file mode 100644
index 4f308679e477..000000000000
--- a/polish/sms2/Makefile
+++ /dev/null
@@ -1,38 +0,0 @@
-# Ports collection makefile for: sms
-# Date created: 23 dec 2001
-# Whom: Michal Pasternak <doc@lublin.t1.pl>
-#
-# $FreeBSD$
-#
-
-PORTNAME= sms
-PORTVERSION= 1.9.2d
-PORTREVISION= 1
-CATEGORIES= polish
-MASTER_SITES= http://www.ceti.pl/~miki/komputery/download/sms/
-
-MAINTAINER= dotz@irc.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
-USE_REINPLACE= yes
-REINPLACE_ARGS= -i ""
-MAKE_ARGS= CXX="${CXX}"
-.if defined(NOPORTDOCS)
-MAKE_ARGS+= NOPORTDOCS=1
-.endif
-
-post-patch:
- @${REINPLACE_CMD} -e 's,/etc/smsrc,${PREFIX}/etc/smsrc,' \
- ${WRKSRC}/sms.h \
- ${WRKSRC}/README.smsrc
- @${REINPLACE_CMD} -e 's,bash,sh,' \
- ${WRKSRC}/contrib/sms-conf
-
-post-install:
- ${STRIP_CMD} ${PREFIX}/bin/sms
-
-.include <bsd.port.mk>