39 lines
852 B
Makefile
39 lines
852 B
Makefile
COMMENT= data exchange utility for Siemens mobile phones
|
|
|
|
DISTNAME= scmxx-0.9.0
|
|
CATEGORIES= comms
|
|
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=scmxx/}
|
|
EXTRACT_SUFX= .tar.bz2
|
|
|
|
# GPLv2
|
|
PERMIT_PACKAGE= Yes
|
|
|
|
BUILD_DEPENDS= devel/gettext,-tools
|
|
|
|
LIB_DEPENDS= devel/gettext,-runtime
|
|
|
|
WANTLIB= c iconv intl m
|
|
|
|
USE_GMAKE= Yes
|
|
|
|
CONFIGURE_STYLE= gnu
|
|
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
|
LDFLAGS="-L${LOCALBASE}/lib"
|
|
|
|
NO_TEST= Yes
|
|
|
|
DOCS= adr.txt apo.txt doc_sources.txt \
|
|
gsm0338.txt gsmcharset.txt smi.txt
|
|
SAMPLES= sms.txt vCalendar.vcs vCard.vcf
|
|
|
|
post-install:
|
|
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/scmxx \
|
|
${PREFIX}/share/examples/scmxx
|
|
cd ${WRKSRC}/docs && ${INSTALL_DATA} \
|
|
${DOCS} ${PREFIX}/share/doc/scmxx
|
|
cd ${WRKSRC}/examples && ${INSTALL_DATA} ${SAMPLES} \
|
|
${PREFIX}/share/examples/scmxx
|
|
|
|
.include <bsd.port.mk>
|