1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-12 07:27:57 +00:00
freebsd-ports/devel/libmtrie/Makefile
Sunpoet Po-Chuan Hsieh 4c628ccc42 - Update MASTER_SITES
- Add LICENSE
- While I'm here:
  - Remove unnecessary DISTNAME
  - Move USE_BZIP2 downward
  - Pet portlint:
    - Use ${VARIABLE}, instead of $(VARIABLE)
    - Use a tab (not space) after a variable name
  - Sort PLIST

PR:		ports/184433
Submitted by:	Rodrigo Osorio <rodrigo@bebik.net> (maintainer)
2013-12-02 14:28:05 +00:00

25 lines
470 B
Makefile

# Created by: alfred@FreeBSD.org
# $FreeBSD$
PORTNAME= libmtrie
PORTVERSION= 1.0.3
CATEGORIES= devel
MASTER_SITES= http://rodrigo.osorio.free.fr/freebsd/distfiles/ \
http://people.freebsd.org/~alfred/sources/${PORTNAME}/
MAINTAINER= rodrigo@bebik.net
COMMENT= Library to build an IP-netmask based mtrie
LICENSE= BSD
USE_BZIP2= yes
USE_LDCONFIG= yes
.if defined(NO_PROFILE)
PLIST_SUB+= HURRRR="@comment "
.else
PLIST_SUB+= HURRRR=""
.endif
.include <bsd.port.mk>