aboutsummaryrefslogtreecommitdiff
path: root/comms/scmxx/Makefile
diff options
context:
space:
mode:
authorMarcus Alves Grando <mnag@FreeBSD.org>2006-04-29 20:15:15 +0000
committerMarcus Alves Grando <mnag@FreeBSD.org>2006-04-29 20:15:15 +0000
commit66389c44f97896f51bd026f44c9f90349bb31b88 (patch)
treec9325d39f6a2cd320a177b74191b30bf1434f032 /comms/scmxx/Makefile
parent77d4b7a50bc789f47ecd8ec990a62968ff01fa07 (diff)
downloadports-66389c44f97896f51bd026f44c9f90349bb31b88.tar.gz
ports-66389c44f97896f51bd026f44c9f90349bb31b88.zip
Notes
Diffstat (limited to 'comms/scmxx/Makefile')
-rw-r--r--comms/scmxx/Makefile7
1 files changed, 6 insertions, 1 deletions
diff --git a/comms/scmxx/Makefile b/comms/scmxx/Makefile
index c71e9600081b..3b78ce288013 100644
--- a/comms/scmxx/Makefile
+++ b/comms/scmxx/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= scmxx
-PORTVERSION= 0.8.1
+PORTVERSION= 0.9.0
CATEGORIES= comms
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
@@ -15,6 +15,7 @@ MAINTAINER= janos.mohacsi@bsd.hu
COMMENT= Data exchange utility for Siemens mobile phones
USE_BZIP2= yes
+USE_GCC= 3.4+
USE_GMAKE= yes
USE_ICONV= yes
USE_GETTEXT= yes
@@ -30,6 +31,10 @@ MANLANG= "" ru de it
DOCS= README docs/*.txt
EXAMPLES= sms.txt vCalendar.vcs vCard.vcf
+post-patch:
+ @${FIND} ${WRKSRC} -name 'Makefile*' | ${XARGS} \
+ ${REINPLACE_CMD} -e "s|CFLAGS=|CFLAGS+=|g"
+
post-install:
@${MKDIR} ${EXAMPLESDIR}
cd ${WRKSRC}/examples && ${INSTALL_DATA} ${EXAMPLES} ${EXAMPLESDIR}