diff options
Diffstat (limited to 'devel/libPropList/Makefile')
-rw-r--r-- | devel/libPropList/Makefile | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/devel/libPropList/Makefile b/devel/libPropList/Makefile deleted file mode 100644 index a8f02729a6bc..000000000000 --- a/devel/libPropList/Makefile +++ /dev/null @@ -1,25 +0,0 @@ -PORTNAME= libproplist -PORTVERSION= 0.10.1 -PORTREVISION= 3 -CATEGORIES= devel -MASTER_SITES= http://distfiles.macports.org/libproplist/ -DISTNAME= libPropList-${PORTVERSION} - -MAINTAINER= ports@FreeBSD.org -COMMENT= Property library for gnome and Window Maker - -DEPRECATED= Deprecated and unsupported upstream -EXPIRATION_DATE=2025-06-30 - -GNU_CONFIGURE= yes -USES= libtool -USE_LDCONFIG= yes - -post-patch: - ${REINPLACE_CMD} -e "s,mkdir rmdir,mkdir mkstemp rmdir," \ - ${WRKSRC}/configure - -post-install: - ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libPropList.so - -.include <bsd.port.mk> |