diff options
author | Andrew Pantyukhin <sat@FreeBSD.org> | 2006-08-20 12:20:13 +0000 |
---|---|---|
committer | Andrew Pantyukhin <sat@FreeBSD.org> | 2006-08-20 12:20:13 +0000 |
commit | eec6a546fcf507f16a8f189c7156f8a01df93b4f (patch) | |
tree | fa9b6fcc192bbd3b5f4c7dd68739863bec847d9b /devel/libXGP | |
parent | cf787a73ebc98dc6158e588e4b71c0d8d8e04fcf (diff) |
Notes
Diffstat (limited to 'devel/libXGP')
-rw-r--r-- | devel/libXGP/Makefile | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/devel/libXGP/Makefile b/devel/libXGP/Makefile new file mode 100644 index 000000000000..b83ca23d9759 --- /dev/null +++ b/devel/libXGP/Makefile @@ -0,0 +1,11 @@ +# New ports collection makefile for: libXGP +# Date created: 20 August 2006 +# Whom: Andrew Pantyukhin <infofarmer@FreeBSD.org> +# +# $FreeBSD$ +# + +PORTNAME= libXGP +MASTERDIR= ${.CURDIR}/../libYGP + +.include "${MASTERDIR}/Makefile" |