diff options
author | Gerald Pfeifer <gerald@FreeBSD.org> | 2013-04-09 05:47:54 +0000 |
---|---|---|
committer | Gerald Pfeifer <gerald@FreeBSD.org> | 2013-04-09 05:47:54 +0000 |
commit | 5e99e7322a0422e28afc08dc1378b7714226d4ff (patch) | |
tree | 0300c9780152f7f7c36325a61ee279556504f484 | |
parent | ea0abd42a9777bfd31ccb473b54ba0f42d330bce (diff) | |
download | ports-5e99e7322a0422e28afc08dc1378b7714226d4ff.tar.gz ports-5e99e7322a0422e28afc08dc1378b7714226d4ff.zip |
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)
Notes
Notes:
svn path=/head/; revision=315768
-rw-r--r-- | emulators/i386-wine-devel/Makefile | 3 | ||||
-rw-r--r-- | 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 |