aboutsummaryrefslogtreecommitdiffstats
path: root/emulators
diff options
context:
space:
mode:
authorbsam <bsam@FreeBSD.org>2013-06-13 23:03:14 +0800
committerbsam <bsam@FreeBSD.org>2013-06-13 23:03:14 +0800
commit1512a9e51316489dbfd0217e5d029b219f8a5734 (patch)
tree9d8c4e83b835da513757688452b45d0c99472d7e /emulators
parent1bc3d608d92940e3c01a762f906749f4a80babc0 (diff)
downloadfreebsd-ports-gnome-1512a9e51316489dbfd0217e5d029b219f8a5734.tar.gz
freebsd-ports-gnome-1512a9e51316489dbfd0217e5d029b219f8a5734.tar.zst
freebsd-ports-gnome-1512a9e51316489dbfd0217e5d029b219f8a5734.zip
. remove shlib ABI version from LIB_DEPENDS;
. add LICENCE=GPLv2; . bump PORTREVISION; . fix typo (MOPTIIMIZED_CFLAGS -> MOPTIMIZED_CFLAGS).
Diffstat (limited to 'emulators')
-rw-r--r--emulators/generator-cbiere/Makefile14
1 files changed, 6 insertions, 8 deletions
diff --git a/emulators/generator-cbiere/Makefile b/emulators/generator-cbiere/Makefile
index 4fffcc2a4315..6cd47ed1fd79 100644
--- a/emulators/generator-cbiere/Makefile
+++ b/emulators/generator-cbiere/Makefile
@@ -1,13 +1,9 @@
-# New ports collection makefile for: emulators/generator-cbiere
-# Date created: 7 Jun 2005
-# Whom: Alejandro Pulver <alejandro@varnet.biz>
-#
+# Created by: Alejandro Pulver <alejandro@varnet.biz>
# $FreeBSD$
-#
PORTNAME= generator
PORTVERSION= 0.35.r4
-PORTREVISION= 3
+PORTREVISION= 4
PORTEPOCH= 1
CATEGORIES= emulators
MASTER_SITES= http://www.squish.net/generator/cbiere/generator/
@@ -17,7 +13,9 @@ DISTNAME= ${PORTNAME}-0.35${PKGNAMESUFFIX}-r4
MAINTAINER= ports@FreeBSD.org
COMMENT= SEGA Genesis emulator
-LIB_DEPENDS= jpeg.11:${PORTSDIR}/graphics/jpeg
+LIB_DEPENDS= jpeg:${PORTSDIR}/graphics/jpeg
+
+LICENCE= GPLv2
USE_BZIP2= yes
USE_SDL= sdl
@@ -41,7 +39,7 @@ LATEST_LINK= ${PORTNAME}${PKGNAMESUFFIX}
.include <bsd.port.pre.mk>
-.if empty(PORT_OPTIONS:MOPTIIMIZED_CFLAGS)
+.if empty(PORT_OPTIONS:MOPTIMIZED_CFLAGS)
CONFIGURE_ARGS+= --without-gcc
.endif