Changeset View
Changeset View
Standalone View
Standalone View
devel/libmtrie/Makefile
| PORTNAME= libmtrie | PORTNAME= libmtrie | ||||
| PORTVERSION= 1.0.3 | PORTVERSION= 1.0.3 | ||||
| CATEGORIES= devel | CATEGORIES= devel | ||||
| MASTER_SITES= http://rodrigo.osorio.free.fr/freebsd/distfiles/ \ | MASTER_SITES= http://rodrigo.osorio.free.fr/freebsd/distfiles/ \ | ||||
| http://people.freebsd.org/~alfred/sources/${PORTNAME}/ | http://people.freebsd.org/~alfred/sources/${PORTNAME}/ | ||||
| MAINTAINER= rodrigo@FreeBSD.org | MAINTAINER= rodrigo@FreeBSD.org | ||||
| COMMENT= Library to build an IP-netmask based mtrie | COMMENT= Library to build an IP-netmask based mtrie | ||||
| LICENSE= BSD2CLAUSE | LICENSE= BSD2CLAUSE | ||||
| USES= tar:bzip2 uidfix | USES= tar:bzip2 uidfix | ||||
| USE_LDCONFIG= yes | USE_LDCONFIG= yes | ||||
| .include <bsd.port.pre.mk> | .include <bsd.port.pre.mk> | ||||
| .if defined(NO_PROFILE) || ( ${OPSYS} == FreeBSD && ${OSVERSION} >= 1400079 ) | .if defined(NO_PROFILE) || ${OPSYS} == FreeBSD | ||||
| PLIST_SUB+= HURRRR="@comment " | PLIST_SUB+= HURRRR="@comment " | ||||
| .else | .else | ||||
| PLIST_SUB+= HURRRR="" | PLIST_SUB+= HURRRR="" | ||||
| .endif | .endif | ||||
| .include <bsd.port.post.mk> | .include <bsd.port.post.mk> | ||||