diff options
author | ijliao <ijliao@FreeBSD.org> | 2001-08-29 19:29:30 +0800 |
---|---|---|
committer | ijliao <ijliao@FreeBSD.org> | 2001-08-29 19:29:30 +0800 |
commit | a9aa977455a689e0fc563b469fde52996c3582d7 (patch) | |
tree | 307ec75ba71af98a6f37f4603fe08d2db9672486 /security/qtfw/Makefile | |
parent | d20c5ab5d0f1381ec36bd57c29893fc77d5a2063 (diff) | |
download | freebsd-ports-gnome-a9aa977455a689e0fc563b469fde52996c3582d7.tar.gz freebsd-ports-gnome-a9aa977455a689e0fc563b469fde52996c3582d7.tar.zst freebsd-ports-gnome-a9aa977455a689e0fc563b469fde52996c3582d7.zip |
add qtfw
A GUI frontend for ipfw utility in FreeBSD
PR: 30077
Submitted by: Patrick Li <pat@databits.net>
Diffstat (limited to 'security/qtfw/Makefile')
-rw-r--r-- | security/qtfw/Makefile | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/security/qtfw/Makefile b/security/qtfw/Makefile new file mode 100644 index 000000000000..c457a2d19610 --- /dev/null +++ b/security/qtfw/Makefile @@ -0,0 +1,26 @@ +# New ports collection makefile for: qtfw +# Date created: Sat Aug 25 10:42:02 EDT 2001 +# Whom: Patrick Li <pat@databits.net> +# +# $FreeBSD$ +# + +PORTNAME= qtfw +PORTVERSION= 0.3.1 +CATEGORIES= security +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} +MASTER_SITE_SUBDIR= ${PORTNAME} + +MAINTAINER= pat@databits.net + +ALL_TARGET= ${PORTNAME} +USE_QT_VER= 2 + +post-install: +.if !defined(NOPORTDOCS) + @${MKDIR} ${PREFIX}/share/examples/${PORTNAME} + @${INSTALL_DATA} ${WRKSRC}/examples/* \ + ${PREFIX}/share/examples/${PORTNAME} +.endif + +.include <bsd.port.mk> |