mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-27 00:57:50 +00:00
64b2118179
- Adjust MASTERDIRs - Remove PKGNAMEPREFIX since it is implicit - Add ports to Category Makefile PR: 53797 Submitted by: Aleksander Fafula <alex@fafula.com> Approved by: portmgr (marcus) Repocopied by: joe
38 lines
802 B
Makefile
38 lines
802 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.1i
|
|
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>
|