summaryrefslogtreecommitdiff
path: root/converters/libticonv/Makefile
diff options
context:
space:
mode:
authorMarcelo Araujo <araujo@FreeBSD.org>2007-09-05 11:10:59 +0000
committerMarcelo Araujo <araujo@FreeBSD.org>2007-09-05 11:10:59 +0000
commit3bca3d8f1a2339f75de2604ece815c30ad4ab6d6 (patch)
treef69bef1be106ae33a7e48b2184f9b77a2efefdd7 /converters/libticonv/Makefile
parent- Update to 1.07. (diff)
- Update to 1.0.4.
PR: ports/115974 Submitted by: Tijl Coosemans <tijl@ulyssis.org> (maintainer) Approved by: stas (mentor)
Notes
Notes: svn path=/head/; revision=198818
Diffstat (limited to 'converters/libticonv/Makefile')
-rw-r--r--converters/libticonv/Makefile14
1 files changed, 10 insertions, 4 deletions
diff --git a/converters/libticonv/Makefile b/converters/libticonv/Makefile
index 5b1f11e29081..df5f799727ac 100644
--- a/converters/libticonv/Makefile
+++ b/converters/libticonv/Makefile
@@ -6,16 +6,16 @@
#
PORTNAME= libticonv
-PORTVERSION= 1.0.2
+PORTVERSION= 1.0.4
CATEGORIES= converters
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
-MASTER_SITE_SUBDIR= gtktiemu
+MASTER_SITE_SUBDIR= tilp
+DISTFILES= tilibs2-20070829${EXTRACT_SUFX}
MAINTAINER= tijl@ulyssis.org
COMMENT= TI calculator character set library
USE_AUTOTOOLS= libtool:15
-USE_BZIP2= yes
USE_GMAKE= yes
USE_GNOME= glib20 gnomehack pkgconfig
USE_LDCONFIG= yes
@@ -24,4 +24,10 @@ USE_ICONV= yes
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include"\
LDFLAGS="-L${LOCALBASE}/lib"
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+post-extract:
+ @cd ${WRKDIR} && ${EXTRACT_CMD} ${EXTRACT_BEFORE_ARGS} ${WRKDIR}/tilibs2/${DISTNAME}${EXTRACT_SUFX} ${EXTRACT_AFTER_ARGS}
+ @${CHMOD} 755 ${WRKSRC}/install-sh
+
+.include <bsd.port.post.mk>