19 lines
354 B
Makefile
19 lines
354 B
Makefile
# Created by: thierry@pompo.net
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= cardpics
|
|
PORTVERSION= 0.4
|
|
CATEGORIES= games devel
|
|
MASTER_SITES= ${MASTER_SITE_SAVANNAH}
|
|
MASTER_SITE_SUBDIR= ${PORTNAME}
|
|
|
|
MAINTAINER= thierry@FreeBSD.org
|
|
COMMENT= Free cards for your free card games!
|
|
|
|
LICENSE= GPLv2
|
|
|
|
USES= tar:bzip2
|
|
NO_ARCH= yes
|
|
GNU_CONFIGURE= yes
|
|
|
|
.include <bsd.port.mk>
|