1234567891011121314151617181920212223242526272829303132333435363738394041 |
- # $OpenBSD: Makefile,v 1.14 2017/04/27 20:13:36 naddy Exp $
- COMMENT= data exchange utility for Siemens mobile phones
- DISTNAME= scmxx-0.8.0
- REVISION= 3
- CATEGORIES= comms
- HOMEPAGE= http://www.hendrik-sattler.de/scmxx/
- MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=scmxx/}
- # GPLv2
- PERMIT_PACKAGE_CDROM= Yes
- BUILD_DEPENDS= devel/gettext-tools
- LIB_DEPENDS= devel/gettext
- 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= doc_sources.txt gsm0338.txt gsmcharset.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>
|