c487cb967a
in the process. (More information on tech-pkg.) Bump PKGREVISION and BUILDLINK_DEPENDS of all packages using libtool and installing .la files. Bump PKGREVISION (only) of all packages depending directly on the above via a buildlink3 include.
36 lines
1.1 KiB
Makefile
36 lines
1.1 KiB
Makefile
# $NetBSD: Makefile,v 1.30 2004/10/03 00:13:17 tv Exp $
|
|
#
|
|
|
|
DISTNAME= scmxx-0.7.3
|
|
PKGREVISION= 1
|
|
CATEGORIES= comms
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=scmxx/}
|
|
EXTRACT_SUFX= .tar.bz2
|
|
|
|
MAINTAINER= wiz@NetBSD.org
|
|
HOMEPAGE= http://www.hendrik-sattler.de/scmxx/
|
|
COMMENT= Data exchange utility for Siemens mobile phones
|
|
|
|
USE_BUILDLINK3= yes
|
|
|
|
GNU_CONFIGURE= yes
|
|
USE_GNU_TOOLS+= make
|
|
|
|
post-install:
|
|
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/scmxx
|
|
${INSTALL_DATA} ${WRKSRC}/docs/doc_sources.txt \
|
|
${PREFIX}/share/doc/scmxx
|
|
${INSTALL_DATA} ${WRKSRC}/docs/gsmcharset.txt \
|
|
${PREFIX}/share/doc/scmxx
|
|
${INSTALL_DATA_DIR} ${PREFIX}/share/examples/scmxx
|
|
${INSTALL_DATA} ${WRKSRC}/examples/debian_with_scmxx.bmp \
|
|
${PREFIX}/share/examples/scmxx
|
|
${INSTALL_DATA} ${WRKSRC}/examples/sms.txt \
|
|
${PREFIX}/share/examples/scmxx
|
|
${INSTALL_DATA} ${WRKSRC}/examples/vCalendar.vcs \
|
|
${PREFIX}/share/examples/scmxx
|
|
${INSTALL_DATA} ${WRKSRC}/examples/vCard.vcf \
|
|
${PREFIX}/share/examples/scmxx
|
|
|
|
.include "../../converters/libiconv/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|