freebsd-ports/net/ipsorc/Makefile
Patrick Li 13c5b0e0d3 - Update to 1.5
- Respect CFLAGS, CC

PR:		36617
Submitted by:	maintainer
2002-04-01 17:20:17 +00:00

36 lines
845 B
Makefile

# New ports collection makefile for: ipsorc
# Date created: 02 December, 2001
# Whom: Nicolas.Jombart@hsc-labs.com
#
# $FreeBSD$
#
PORTNAME= ipsorc
PORTVERSION= 1.5
CATEGORIES= net security
MASTER_SITES= http://www.legions.org/~phric/
MASTER_SITE_SUBDIR= ${PORTNAME}
MAINTAINER= Nicolas.Jombart@hsc-labs.com
USE_GTK= yes
post-patch:
@${MV} ${WRKSRC}/Makefile ${WRKSRC}/Makefile.old
@${SED} s,gtk-config,${GTK_CONFIG}, < ${WRKSRC}/Makefile.old \
> ${WRKSRC}/Makefile
@${RM} ${WRKSRC}/Makefile.old
do-install:
.for file in ipmagic magic
${INSTALL_SCRIPT} ${WRKSRC}/${file} ${PREFIX}/bin
.endfor
.if !defined(NOPORTDOCS)
${MKDIR} ${DOCSDIR}
.for i in README
${INSTALL_DATA} ${WRKSRC}/${i} ${DOCSDIR}
.endfor
.endif
.include <bsd.port.mk>