aboutsummaryrefslogtreecommitdiff
path: root/x11/settitle/Makefile
diff options
context:
space:
mode:
authorEdwin Groothuis <edwin@FreeBSD.org>2003-01-16 14:35:21 +0000
committerEdwin Groothuis <edwin@FreeBSD.org>2003-01-16 14:35:21 +0000
commit79f553d2df71577abba7608d74a215ebefa0cea7 (patch)
tree04b16053edc69bbf00ba25506e4fe0e257659f8b /x11/settitle/Makefile
parentb7eafb33b6c3d8357836ec53af0f50bf4dd83904 (diff)
downloadports-79f553d2df71577abba7608d74a215ebefa0cea7.tar.gz
ports-79f553d2df71577abba7608d74a215ebefa0cea7.zip
Notes
Diffstat (limited to 'x11/settitle/Makefile')
-rw-r--r--x11/settitle/Makefile22
1 files changed, 22 insertions, 0 deletions
diff --git a/x11/settitle/Makefile b/x11/settitle/Makefile
new file mode 100644
index 000000000000..aa111ac0e694
--- /dev/null
+++ b/x11/settitle/Makefile
@@ -0,0 +1,22 @@
+# New ports collection makefile for: settitle
+# Date created: 21 April 2002
+# Whom: Andrew Stevenson <andrew@ugh.net.au>
+#
+# $FreeBSD$
+#
+
+PORTNAME= settitle
+PORTVERSION= 1.0
+CATEGORIES= x11
+MASTER_SITES= ftp://ftp.ugh.net.au/pub/unix/settitle/ \
+ ftp://ftp.megamirror.com/pub/ugh/unix/settitle/ \
+ http://ftp.megamirror.com/pub/ugh/unix/settitle/
+
+MAINTAINER= andrew@ugh.net.au
+
+WRKSRC= ${WRKDIR}/settitle
+
+MAN1= settitle.1
+MANCOMPRESSED= maybe
+
+.include <bsd.port.mk>