fac16aaf89
- Now uses libiconv to generalize the charset handling. It can also decode UCS2-encoded SMS, localize the date format, and add the status report request bit to outgoing SMSes. - SL45 also handled. PR: 45519 Submitted by: Janos Mohacsi <janos.mohacsi@bsd.hu>
39 lines
928 B
Makefile
39 lines
928 B
Makefile
# New ports collection makefile for: scmxx
|
|
# Date created: 21.03.2002
|
|
# Whom: Janos.Mohacsi@bsd.hu
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= scmxx
|
|
PORTVERSION= 0.6.3.1
|
|
CATEGORIES= comms
|
|
MASTER_SITES= http://ma2geo.mathematik.uni-karlsruhe.de/~hendrik/scmxx/download/
|
|
|
|
MAINTAINER= janos.mohacsi@bsd.hu
|
|
|
|
LIB_DEPENDS= gnugetopt.1:${PORTSDIR}/devel/libgnugetopt \
|
|
iconv.3:${PORTSDIR}/converters/libiconv
|
|
|
|
USE_BZIP2= yes
|
|
GNU_CONFIGURE= yes
|
|
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
|
CFLAGS="-I${LOCALBASE}/include" \
|
|
LDFLAGS="-L${LOCALBASE}/lib"
|
|
USE_GMAKE= yes
|
|
|
|
MAN1= scmxx.1
|
|
|
|
.ifndef(NOPORTDOCS)
|
|
post-install:
|
|
@${MKDIR} ${DOCSDIR}
|
|
${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR}
|
|
${INSTALL_DATA} ${WRKSRC}/docs/*.txt ${DOCSDIR}
|
|
@${MKDIR} ${EXAMPLESDIR}
|
|
.for file in phonebook sms.txt vCalendar.vcs vCard.vcf
|
|
${INSTALL_DATA} ${WRKSRC}/examples/${file} ${EXAMPLESDIR}
|
|
.endfor
|
|
.endif
|
|
|
|
.include <bsd.port.mk>
|