diff options
author | Thierry Thomas <thierry@FreeBSD.org> | 2004-03-26 21:40:25 +0000 |
---|---|---|
committer | Thierry Thomas <thierry@FreeBSD.org> | 2004-03-26 21:40:25 +0000 |
commit | 17aa94c0a53c69cc7e5da6a0c5f62699155bf5ee (patch) | |
tree | 36248dca537a3cc03ffd3c40fcb056700f3165cf /games/libmaitretarot/Makefile | |
parent | f84d80f62e4c6d6f302ef163507b03cc5934cdca (diff) | |
download | ports-17aa94c0a53c69cc7e5da6a0c5f62699155bf5ee.tar.gz ports-17aa94c0a53c69cc7e5da6a0c5f62699155bf5ee.zip |
Notes
Diffstat (limited to 'games/libmaitretarot/Makefile')
-rw-r--r-- | games/libmaitretarot/Makefile | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/games/libmaitretarot/Makefile b/games/libmaitretarot/Makefile new file mode 100644 index 000000000000..207802cfb63a --- /dev/null +++ b/games/libmaitretarot/Makefile @@ -0,0 +1,22 @@ +# New ports collection makefile for: libmaitretarot +# Date created: Sun 7 mar 2004 +# Whom: thierry@pompo.net +# +# $FreeBSD$ +# + +PORTNAME= libmaitretarot +PORTVERSION= 0.1.98 +CATEGORIES= games +MASTER_SITES= ${MASTER_SITE_SAVANNAH} +MASTER_SITE_SUBDIR= maitretarot/${PORTNAME}.pkg/${PORTVERSION} + +MAINTAINER= thierry@FreeBSD.org +COMMENT= Core library of MaitreTarot, a Tarot card game + +USE_BZIP2= yes +USE_LIBTOOL= yes +USE_GNOME= glib20 libxml2 lthack +INSTALLS_SHLIB= yes + +.include <bsd.port.mk> |