diff options
Diffstat (limited to 'sysutils/unidesc/Makefile')
-rw-r--r-- | sysutils/unidesc/Makefile | 43 |
1 files changed, 0 insertions, 43 deletions
diff --git a/sysutils/unidesc/Makefile b/sysutils/unidesc/Makefile deleted file mode 100644 index c93f4c70f463..000000000000 --- a/sysutils/unidesc/Makefile +++ /dev/null @@ -1,43 +0,0 @@ -# New ports collection makefile for: unidesc -# Date created: Sun 15 May 2005 -# Whom: thierry@pompo.net -# -# $FreeBSD$ -# - -PORTNAME= uniutils -PORTVERSION= 2.24 -CATEGORIES= sysutils textproc -MASTER_SITES= http://billposer.org/Software/Downloads/ - -MAINTAINER= thierry@FreeBSD.org -COMMENT= Unicode Description Utilities - -RUN_DEPENDS= ascii2binary:${PORTSDIR}/converters/ascii2binary - -GNU_CONFIGURE= yes -CONFIGURE_ENV= CPPFLAGS="${CFLAGS} -I${LOCALBASE}/include" \ - LDFLAGS="${LDFLAGS} -L${LOCALBASE}/lib" \ - LIBS="-lintl" -CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} -USE_GETTEXT= yes -WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} - -TESTFILES= Test1.ann Test1.u Test2.ann Test2.u Test3.ann Test3.u \ - Test4.ann Test4.u -PORTDOCS= AUTHORS NEWS README - -MAN1= ExplicateUTF8.1 unidesc.1 unihist.1 uniname.1 unirev.1 - -pre-configure: - @${REINPLACE_CMD} -e 's|/usr/local|${LOCALBASE}|' ${WRKSRC}/Makefile.in - @${REINPLACE_CMD} -e 's|TestData|${EXAMPLESDIR}|' ${WRKSRC}/README - -post-install: -.if !defined(NOPORTDOCS) - ${MKDIR} ${DOCSDIR} ${EXAMPLESDIR} - ${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${DOCSDIR} - ${INSTALL_DATA} ${TESTFILES:S|^|${WRKSRC}/TestData/|} ${EXAMPLESDIR} -.endif - -.include <bsd.port.mk> |