diff options
author | Jason Helfman <jgh@FreeBSD.org> | 2013-03-14 06:32:04 +0000 |
---|---|---|
committer | Jason Helfman <jgh@FreeBSD.org> | 2013-03-14 06:32:04 +0000 |
commit | 4c2a1e1ced7d93dd8cde0aac7ffa8711610c346f (patch) | |
tree | dc4565fbcb8e38fe0e42b0b1af7edd9e43bc5af8 /audio/fpc-openal | |
parent | c14ce1ef0a7f33aec7a8f14e9bdde6a2ca7440d7 (diff) | |
download | ports-4c2a1e1ced7d93dd8cde0aac7ffa8711610c346f.tar.gz ports-4c2a1e1ced7d93dd8cde0aac7ffa8711610c346f.zip |
Notes
Diffstat (limited to 'audio/fpc-openal')
-rw-r--r-- | audio/fpc-openal/Makefile | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/audio/fpc-openal/Makefile b/audio/fpc-openal/Makefile index 7ee97f07c9a0..ea0be0465bbc 100644 --- a/audio/fpc-openal/Makefile +++ b/audio/fpc-openal/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: fpc-openal -# Date created: 2010-04-22 -# Whom: Christopher Key <cjk32@cam.ac.uk> -# +# Created by: Christopher Key <cjk32@cam.ac.uk> # $FreeBSD$ -# PORTREVISION= 0 CATEGORIES= audio lang @@ -18,6 +14,8 @@ MASTERDIR= ${.CURDIR}/../../lang/fpc WRKUNITDIR= ${FPCSRCDIR}/packages/${PKGNAMESUFFIX:S/-//} EXTRACTUNITDIR+= ${WRKUNITDIR} -OPTIONS= OPENAL "Install openal library" on +OPTIONS_DEFINE= OPENAL +OPENAL_DESC= Install openal library +OPTIONS_DEFAULT= OPENAL .include "${MASTERDIR}/Makefile" |