1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-02 01:20:54 +00:00
freebsd-ports/net/ipsorc/Makefile
Tijl Coosemans 3ce0f21808 devel/glib12 x11-toolkits/gtk12:
- Convert to USES=libtool and bump dependent ports
- Add INSTALL_TARGET=install-strip
- Remove patches that renamed include directories and libraries so they
  didn't conflict with early development versions of glib/gtk 2.0
2014-09-13 15:11:27 +00:00

33 lines
740 B
Makefile

# $FreeBSD$
PORTNAME= ipsorc
PORTVERSION= 1.7.5
PORTREVISION= 6
CATEGORIES= net security
MASTER_SITES= http://200ok.org/distfiles/ipsorc/ \
http://bsdforge.com/projects/source/net/ipsorcery/
MAINTAINER= portmaster@bsdforge.com
COMMENT= GTK GUI tool to create and send IP packets
LICENSE= GPLv2
USE_GNOME= gtk12
USES= tar:bzip2
OPTIONS_DEFINE= DOCS
PORTDOCS= README HOWTO
PROGRAMS= ipmagic magic
PLIST_FILES= bin/ipmagic bin/magic
post-patch:
@${REINPLACE_CMD} -e 's,gtk-config,${GTK_CONFIG},' ${WRKSRC}/Makefile
do-install:
@${MKDIR} ${STAGEDIR}${DOCSDIR}
(cd ${WRKSRC} && \
${INSTALL_PROGRAM} ${PROGRAMS} ${STAGEDIR}${PREFIX}/bin)
(cd ${WRKSRC} && ${INSTALL_DATA} ${PORTDOCS} ${STAGEDIR}${DOCSDIR})
.include <bsd.port.mk>