diff options
Diffstat (limited to 'graphics/gom/Makefile')
-rw-r--r-- | graphics/gom/Makefile | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/graphics/gom/Makefile b/graphics/gom/Makefile new file mode 100644 index 000000000000..f1e11dfdea4b --- /dev/null +++ b/graphics/gom/Makefile @@ -0,0 +1,22 @@ +# Ports collection makefile for: gom +# Date created: 12 Nov 2000 +# Whom: Jeremy Norris <ishmael27@home.com> +# +# $FreeBSD$ +# + +PORTNAME= gom +PORTVERSION= 0.1 +CATEGORIES= graphics +MASTER_SITES= http://www.linuxbrit.co.uk/downloads/ + +MAINTAINER= ishmael27@home.com + +LIB_DEPENDS= giblib.1:${PORTSDIR}/graphics/giblib + +GNU_CONFIGURE= yes +USE_X_PREFIX= yes + +MAN1= gom.1 + +.include <bsd.port.mk> |