From 5e99e7322a0422e28afc08dc1378b7714226d4ff Mon Sep 17 00:00:00 2001 From: Gerald Pfeifer Date: Tue, 9 Apr 2013 05:47:54 +0000 Subject: emulators/wine-devel: - Allow overriding MAINTAINER and LATEST_LINK in child ports. emulators/i386-wine-devel: - Set MAINTAINER and LATEST_LINK. Approved by: portmgr (bdrewery), maintainer, maintainer's mentor (eadler) --- emulators/i386-wine-devel/Makefile | 3 +++ emulators/wine-devel/Makefile | 4 ++-- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/emulators/i386-wine-devel/Makefile b/emulators/i386-wine-devel/Makefile index 7c5e7fed333c..3f25014acf85 100644 --- a/emulators/i386-wine-devel/Makefile +++ b/emulators/i386-wine-devel/Makefile @@ -3,6 +3,9 @@ PKGNAMEPREFIX= i386- +MAINTAINER= dbn@FreeBSD.org +LATEST_LINK= ${PKGNAMEPREFIX}wine-devel + # Use the wine port to do most of the heavy lifting MASTERDIR= ${.CURDIR}/../wine-devel PKGINSTALL= ${.CURDIR}/files/pkg-install diff --git a/emulators/wine-devel/Makefile b/emulators/wine-devel/Makefile index e0c9e9aefaa3..3975a5fbb6e8 100644 --- a/emulators/wine-devel/Makefile +++ b/emulators/wine-devel/Makefile @@ -8,7 +8,7 @@ CATEGORIES= emulators MASTER_SITES= SF/${PORTNAME}/Source \ http://ibiblio.org/pub/linux/system/emulators/wine/ -MAINTAINER= gerald@FreeBSD.org +MAINTAINER?= gerald@FreeBSD.org COMMENT= Microsoft Windows compatibility environment LICENSE= LGPL21 LGPL3 @@ -25,7 +25,7 @@ LIB_DEPENDS= fontconfig:${PORTSDIR}/x11-fonts/fontconfig \ CONFLICTS_INSTALL= wine-1.4* -LATEST_LINK= wine-devel +LATEST_LINK?= wine-devel CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib USE_GCC= any -- cgit v1.2.3