diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2013-09-09 18:54:28 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2013-09-09 18:54:28 +0000 |
commit | 11008fac27e5485282926e61cd96bac1a4ae3069 (patch) | |
tree | 3b969fb0c53d4fb2ae1cc9be5ebaeeab1ed7e2c9 /games/csmash/Makefile | |
parent | 91aef48724f00ea5b70b061a0f80e8a21301e82e (diff) | |
download | ports-11008fac27e5485282926e61cd96bac1a4ae3069.tar.gz ports-11008fac27e5485282926e61cd96bac1a4ae3069.zip |
Notes
Diffstat (limited to 'games/csmash/Makefile')
-rw-r--r-- | games/csmash/Makefile | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/games/csmash/Makefile b/games/csmash/Makefile index c48370090dbf..c018d2b91668 100644 --- a/games/csmash/Makefile +++ b/games/csmash/Makefile @@ -1,10 +1,5 @@ -# ex:ts=8 -# Ports collection makefile for: csmash -# Date created: Nov 11, 2003 -# Whom: ijliao -# +# Created by: ijliao # $FreeBSD$ -# PORTNAME= csmash PORTVERSION= 0.6.6 @@ -15,7 +10,7 @@ MASTER_SITES= SF/cannonsmash/CannonSmash/${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= A 3D tabletennis game -USES= gettext +USES= gettext pkgconfig USE_SDL= image mixer sdl USE_GL= yes USE_GNOME= gtk20 |