summaryrefslogtreecommitdiffstats
path: root/misc/gtk-gopod
diff options
context:
space:
mode:
authorehaupt <ehaupt@FreeBSD.org>2005-10-25 18:37:26 +0000
committerehaupt <ehaupt@FreeBSD.org>2005-10-25 18:37:26 +0000
commit61c1d8431106e1146dac170341983cf5faf0d26b (patch)
tree68c2f29cb9d745a619f07a69c9329c444da3eee4 /misc/gtk-gopod
parent1a22253ec2e83b04600088d6780aecc92bc03e76 (diff)
downloadFreeBSD-ports-61c1d8431106e1146dac170341983cf5faf0d26b.zip
FreeBSD-ports-61c1d8431106e1146dac170341983cf5faf0d26b.tar.gz
Add slave port of misc/gopod, a GTK Utility to cap/uncap an iPod
Diffstat (limited to 'misc/gtk-gopod')
-rw-r--r--misc/gtk-gopod/Makefile23
-rw-r--r--misc/gtk-gopod/pkg-plist8
2 files changed, 31 insertions, 0 deletions
diff --git a/misc/gtk-gopod/Makefile b/misc/gtk-gopod/Makefile
new file mode 100644
index 0000000..a79b167
--- /dev/null
+++ b/misc/gtk-gopod/Makefile
@@ -0,0 +1,23 @@
+# New ports collection makefile for: gopod
+# Date created: 4 April 2005
+# Whom: Emanuel Haupt <ehaupt@critical.ch>
+#
+# $FreeBSD$
+#
+
+PKGNAMEPREFIX= gtk-
+
+COMMENT= GTK Utility to cap/uncap an iPod
+
+MASTERDIR= ${.CURDIR}/../gopod
+
+USE_X_PREFIX= yes
+USE_GNOME= gtk20
+
+PLIST= ${.CURDIR}/pkg-plist
+EXTRA_PATCHES= ${FILESDIR}/extra-patch-main.c
+
+WRKSRC= ${WRKDIR}/${DISTNAME}/gtk-version
+DATAFILES= capped.png go.png go_.png mask.xpm notdetected.png uncapped.png
+
+.include "${MASTERDIR}/Makefile"
diff --git a/misc/gtk-gopod/pkg-plist b/misc/gtk-gopod/pkg-plist
new file mode 100644
index 0000000..c701e22
--- /dev/null
+++ b/misc/gtk-gopod/pkg-plist
@@ -0,0 +1,8 @@
+bin/gtk-gopod
+%%DATADIR%%/capped.png
+%%DATADIR%%/go.png
+%%DATADIR%%/go_.png
+%%DATADIR%%/mask.xpm
+%%DATADIR%%/notdetected.png
+%%DATADIR%%/uncapped.png
+@dirrm %%DATADIR%%
OpenPOWER on IntegriCloud