aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2015-04-09 11:43:07 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2015-04-09 11:43:07 +0000
commitb4e412f7e6c04960d85cf8a91d2daf42f84a926e (patch)
treebfba0b7def73f1c93fa408e9f780299825f02c5d
parentde29930f7e0e404693fbe0e03eb1244357a4e819 (diff)
downloadports-b4e412f7e6c04960d85cf8a91d2daf42f84a926e.tar.gz
ports-b4e412f7e6c04960d85cf8a91d2daf42f84a926e.zip
Notes
-rw-r--r--irc/ngircd/Makefile10
1 files changed, 6 insertions, 4 deletions
diff --git a/irc/ngircd/Makefile b/irc/ngircd/Makefile
index 5c994df619e8..7baa63dc6429 100644
--- a/irc/ngircd/Makefile
+++ b/irc/ngircd/Makefile
@@ -6,9 +6,8 @@ PORTVERSION= 22
PORTREVISION= 1
PORTEPOCH= 1
CATEGORIES= irc ipv6
-MASTER_SITES= http://arthur.barton.de/pub/%SUBDIR%/ \
- http://ngircd.mirror.3rz.org/pub/%SUBDIR%/
-MASTER_SITE_SUBDIR= ${PORTNAME}
+MASTER_SITES= http://arthur.barton.de/pub/${PORTNAME}/ \
+ http://ngircd.mirror.3rz.org/pub/${PORTNAME}/
MAINTAINER= ports@FreeBSD.org
COMMENT= Free open source daemon for Internet Relay Chat (IRC)
@@ -16,11 +15,14 @@ COMMENT= Free open source daemon for Internet Relay Chat (IRC)
LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/COPYING
-USES= tar:xz
+USES= cpe tar:xz
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --disable-silent-rules # --docdir=${WRKDIR}/tmproot
USE_RC_SUBR= ngircd
+CPE_VENDOR= barton
+CPE_VERSION= ${PORTVERSION:C/^([0-9]+)$/\1.0/}
+
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib