2002-09-18 10:31:15 +02:00
|
|
|
# New ports collection makefile for: scmxx
|
|
|
|
# Date created: 21.03.2002
|
|
|
|
# Whom: Janos.Mohacsi@bsd.hu
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= scmxx
|
2006-04-29 22:15:15 +02:00
|
|
|
PORTVERSION= 0.9.0
|
2008-06-06 16:17:21 +02:00
|
|
|
PORTREVISION= 1
|
2002-09-18 10:31:15 +02:00
|
|
|
CATEGORIES= comms
|
2009-08-22 02:15:15 +02:00
|
|
|
MASTER_SITES= SF
|
2002-09-18 10:31:15 +02:00
|
|
|
|
|
|
|
MAINTAINER= janos.mohacsi@bsd.hu
|
2003-02-21 12:08:38 +01:00
|
|
|
COMMENT= Data exchange utility for Siemens mobile phones
|
2002-09-18 10:31:15 +02:00
|
|
|
|
|
|
|
USE_BZIP2= yes
|
2004-10-15 18:17:23 +02:00
|
|
|
USE_GMAKE= yes
|
2004-03-30 21:20:22 +02:00
|
|
|
USE_ICONV= yes
|
2004-10-15 18:17:23 +02:00
|
|
|
USE_GETTEXT= yes
|
2002-09-18 10:31:15 +02:00
|
|
|
GNU_CONFIGURE= yes
|
2002-11-21 20:13:49 +01:00
|
|
|
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
|
|
|
CFLAGS="-I${LOCALBASE}/include" \
|
|
|
|
LDFLAGS="-L${LOCALBASE}/lib"
|
2002-09-18 10:31:15 +02:00
|
|
|
|
|
|
|
MAN1= scmxx.1
|
2005-02-14 18:03:08 +01:00
|
|
|
MANLANG= "" ru de it
|
2004-10-15 18:17:23 +02:00
|
|
|
DOCS= README docs/*.txt
|
|
|
|
EXAMPLES= sms.txt vCalendar.vcs vCard.vcf
|
2002-09-18 10:31:15 +02:00
|
|
|
|
2006-04-29 22:15:15 +02:00
|
|
|
post-patch:
|
|
|
|
@${FIND} ${WRKSRC} -name 'Makefile*' | ${XARGS} \
|
|
|
|
${REINPLACE_CMD} -e "s|CFLAGS=|CFLAGS+=|g"
|
|
|
|
|
2002-09-18 10:31:15 +02:00
|
|
|
post-install:
|
|
|
|
@${MKDIR} ${EXAMPLESDIR}
|
2004-10-15 18:17:23 +02:00
|
|
|
cd ${WRKSRC}/examples && ${INSTALL_DATA} ${EXAMPLES} ${EXAMPLESDIR}
|
|
|
|
.if !defined(NOPORTDOCS)
|
|
|
|
@${MKDIR} ${DOCSDIR}
|
|
|
|
cd ${WRKSRC} && ${INSTALL_DATA} ${DOCS} ${DOCSDIR}
|
2002-09-18 10:31:15 +02:00
|
|
|
.endif
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|