diff options
author | jgh <jgh@FreeBSD.org> | 2013-03-16 00:10:06 +0800 |
---|---|---|
committer | jgh <jgh@FreeBSD.org> | 2013-03-16 00:10:06 +0800 |
commit | b1fd579741c4513748969e3ed0d3371cfece4846 (patch) | |
tree | a96ad00890fffda97d5775b28ac4178d75f2cf2c /emulators/mupen64plus-video-glide64 | |
parent | 2c32d5b47bb4939cd2da39476afaa69796ff005f (diff) | |
download | freebsd-ports-gnome-b1fd579741c4513748969e3ed0d3371cfece4846.tar.gz freebsd-ports-gnome-b1fd579741c4513748969e3ed0d3371cfece4846.tar.zst freebsd-ports-gnome-b1fd579741c4513748969e3ed0d3371cfece4846.zip |
- adopt optionsNG
- trim historical headers
Approved by: portmgr (miwi)
Diffstat (limited to 'emulators/mupen64plus-video-glide64')
-rw-r--r-- | emulators/mupen64plus-video-glide64/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/emulators/mupen64plus-video-glide64/Makefile b/emulators/mupen64plus-video-glide64/Makefile index 8b3caee2989d..ebedda1784d1 100644 --- a/emulators/mupen64plus-video-glide64/Makefile +++ b/emulators/mupen64plus-video-glide64/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: mupen64plus-video-glide64 -# Date created: 2011-12-20 -# Whom: Jose Alonso Cardenas Marquez <acm@FreeBSD.org> -# +# Created by: Jose Alonso Cardenas Marquez <acm@FreeBSD.org> # $FreeBSD$ -# PORTREVISION= 2 PKGNAMESUFFIX= -video-glide64 @@ -18,7 +14,7 @@ USE_SDL= yes MASTERDIR= ${.CURDIR}/../mupen64plus-core -OPTIONS= # +OPTIONS_DEFINE= # CFLAGS+= -I${LOCALBASE}/include -I${LOCALBASE}/include/${PORTNAME} LDFLAGS+= -L${LOCALBASE}/lib |