diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-04-23 10:47:02 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-04-23 10:47:02 +0000 |
commit | 737bed69235f6656811e04b0cec49ae13226eb72 (patch) | |
tree | 26ae2cdd62e364d83407c01fd1f34e1314ccafc3 /games/ioquake3/Makefile | |
parent | c51f1c92df29f3db28147fb023e98b8c93ff06e8 (diff) | |
download | ports-737bed69235f6656811e04b0cec49ae13226eb72.tar.gz ports-737bed69235f6656811e04b0cec49ae13226eb72.zip |
Convert g* to USES=pkgconfig
Notes
Notes:
svn path=/head/; revision=316343
Diffstat (limited to 'games/ioquake3/Makefile')
-rw-r--r-- | games/ioquake3/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/games/ioquake3/Makefile b/games/ioquake3/Makefile index 255b075b8b6f..48984fc08f57 100644 --- a/games/ioquake3/Makefile +++ b/games/ioquake3/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: ioquake3 -# Date created: 3 Jun 2006 -# Whom: alepulver -# +# Created by: alepulver # $FreeBSD$ -# PORTNAME?= ioquake3 DISTVERSION?= 1.36 @@ -16,8 +12,8 @@ EXTRACT_SUFX?= .zip MAINTAINER?= kamikaze@bsdforen.de COMMENT?= Cleaned-up and enhanced version of Quake 3 +USES= pkgconfig USE_GMAKE= yes -USE_PKGCONFIG= yes .if defined(PKGNAMESUFFIX) && ${PKGNAMESUFFIX:M*-server} # Server config |