diff options
author | Will Andrews <will@FreeBSD.org> | 2000-12-30 02:15:35 +0000 |
---|---|---|
committer | Will Andrews <will@FreeBSD.org> | 2000-12-30 02:15:35 +0000 |
commit | 8552800cb9176680d70f2b9dcbbc62ce0b4674d8 (patch) | |
tree | b5eb433cd1dd167f0edf4e74cd2f7931fcfc11e9 /graphics/liblug/Makefile | |
parent | 0544709853d4ddd43bcfe8a87f3cb8ea5228ff26 (diff) |
Notes
Diffstat (limited to 'graphics/liblug/Makefile')
-rw-r--r-- | graphics/liblug/Makefile | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/graphics/liblug/Makefile b/graphics/liblug/Makefile new file mode 100644 index 000000000000..36dc8e114d04 --- /dev/null +++ b/graphics/liblug/Makefile @@ -0,0 +1,22 @@ +# New ports collection makefile for: liblug +# Date created: 27 December 2000 +# Whom: George Reid <greid@ukug.uk.freebsd.org> +# +# $FreeBSD$ +# + +PORTNAME= liblug +PORTVERSION= 1.0.6 +CATEGORIES= graphics +MASTER_SITES= ${MASTER_SITE_SUNSITE} +MASTER_SITE_SUBDIR= libs/graphics + +MAINTAINER= greid@ukug.uk.freebsd.org + +WRKSRC= ${WRKDIR}/lug + +MAKEFILE= Makefile.linux + +INSTALLS_SHLIB= yes + +.include <bsd.port.mk> |