svn commit: r320806 - head/emulators/generator-cbiere
Boris Samorodov
bsam at FreeBSD.org
Thu Jun 13 15:03:15 UTC 2013
Author: bsam
Date: Thu Jun 13 15:03:14 2013
New Revision: 320806
URL: http://svnweb.freebsd.org/changeset/ports/320806
Log:
. remove shlib ABI version from LIB_DEPENDS;
. add LICENCE=GPLv2;
. bump PORTREVISION;
. fix typo (MOPTIIMIZED_CFLAGS -> MOPTIMIZED_CFLAGS).
Modified:
head/emulators/generator-cbiere/Makefile
Modified: head/emulators/generator-cbiere/Makefile
==============================================================================
--- head/emulators/generator-cbiere/Makefile Thu Jun 13 14:57:30 2013 (r320805)
+++ head/emulators/generator-cbiere/Makefile Thu Jun 13 15:03:14 2013 (r320806)
@@ -1,13 +1,9 @@
-# New ports collection makefile for: emulators/generator-cbiere
-# Date created: 7 Jun 2005
-# Whom: Alejandro Pulver <alejandro at varnet.biz>
-#
+# Created by: Alejandro Pulver <alejandro at 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${PKGNAMESUFFI
MAINTAINER= ports at 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
More information about the svn-ports-all
mailing list