2001-12-08 21:05:26 +01:00
|
|
|
# New ports collection makefile for: ipsorc
|
|
|
|
# Date created: 02 December, 2001
|
|
|
|
# Whom: Nicolas.Jombart@hsc-labs.com
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= ipsorc
|
2002-05-07 22:18:03 +02:00
|
|
|
PORTVERSION= 1.6
|
2001-12-08 21:05:26 +01:00
|
|
|
CATEGORIES= net security
|
|
|
|
MASTER_SITES= http://www.legions.org/~phric/
|
|
|
|
MASTER_SITE_SUBDIR= ${PORTNAME}
|
|
|
|
|
|
|
|
MAINTAINER= Nicolas.Jombart@hsc-labs.com
|
|
|
|
|
2002-09-03 03:06:26 +02:00
|
|
|
USE_GNOMENG= yes
|
|
|
|
USE_GNOME= gtk12
|
2001-12-08 21:05:26 +01:00
|
|
|
|
|
|
|
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>
|