diff options
author | Oliver Lehmann <oliver@FreeBSD.org> | 2007-09-13 20:05:55 +0000 |
---|---|---|
committer | Oliver Lehmann <oliver@FreeBSD.org> | 2007-09-13 20:05:55 +0000 |
commit | 036759133ddc11a84816409a8b33276b766bf306 (patch) | |
tree | 0b3fe6218a9de9b573d31c9281a9f6944b7e0d63 /devel/libmowgli/Makefile | |
parent | ac5990f45002afd03e583eed03d9908d95db71e4 (diff) |
Notes
Diffstat (limited to 'devel/libmowgli/Makefile')
-rw-r--r-- | devel/libmowgli/Makefile | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/devel/libmowgli/Makefile b/devel/libmowgli/Makefile new file mode 100644 index 000000000000..3f9557d8a863 --- /dev/null +++ b/devel/libmowgli/Makefile @@ -0,0 +1,26 @@ +# New ports collection makefile for: libmowgli +# Date Created: 06 Sep 2007 +# Whom: Oliver Lehmann <oliver@FreeBSD.org> +# +# $FreeBSD$ +# + +PORTNAME= libmowgli +PORTVERSION= 0.4.0 +CATEGORIES= devel +MASTER_SITES= http://distfiles.atheme.org/ +EXTRACT_SUFX= .tgz + +MAINTAINER= oliver@FreeBSD.org +COMMENT= A development framework for C + +MAKE_ENV+= VERBOSE=1 + +GNU_CONFIGURE= yes +USE_LDCONFIG= yes + +post-patch: + @${REINPLACE_CMD} 's|$$(LIBDIR)/pkgconfig|$$(prefix)/libdata/pkgconfig|' \ + ${WRKSRC}/Makefile + +.include <bsd.port.mk> |