diff options
Diffstat (limited to 'sysutils/dircomp/Makefile')
-rw-r--r-- | sysutils/dircomp/Makefile | 35 |
1 files changed, 0 insertions, 35 deletions
diff --git a/sysutils/dircomp/Makefile b/sysutils/dircomp/Makefile deleted file mode 100644 index 315ccd890c7a..000000000000 --- a/sysutils/dircomp/Makefile +++ /dev/null @@ -1,35 +0,0 @@ -# Created by: Andrew Pantyukhin <infofarmer@FreeBSD.org> -# $FreeBSD$ - -PORTNAME= DirComp -PORTVERSION= 1.3.11 -PORTREVISION= 3 -CATEGORIES= sysutils -MASTER_SITES= SF/${PORTNAME:L}/${PORTNAME}/${PORTNAME:S/C/c/}-${PORTVERSION}/ - -MAINTAINER= ports@FreeBSD.org -COMMENT= Compare two directories - -LICENSE= GPLv2 - -.ifndef WITHOUT_X11 -LIB_DEPENDS= XGP:${PORTSDIR}/devel/libXGP -PLIST_FILES+= bin/XDirComp -.else -MK_PATCH+= s/@MYSUBDIRS@/Common/g; -.endif -LIB_DEPENDS+= YGP:${PORTSDIR}/devel/libYGP - -GNU_CONFIGURE= yes -USES= gettext -CONFIGURE_ARGS= --with-libintl-prefix=${LOCALBASE} --disable-rpath -PLIST_FILES+= bin/DirComp \ - share/locale/de/LC_MESSAGES/DirComp.mo \ - share/locale/en/LC_MESSAGES/DirComp.mo \ - share/locale/es/LC_MESSAGES/DirComp.mo - -NO_STAGE= yes -post-patch: - @${REINPLACE_CMD} -Ee 's/^(SUBDIRS.*)doc/\1/;${MK_PATCH}' ${WRKSRC}/Makefile.in - -.include <bsd.port.mk> |