aboutsummaryrefslogtreecommitdiffstats
path: root/misc
diff options
context:
space:
mode:
authorehaupt <ehaupt@FreeBSD.org>2005-10-26 02:37:26 +0800
committerehaupt <ehaupt@FreeBSD.org>2005-10-26 02:37:26 +0800
commit61c1d8431106e1146dac170341983cf5faf0d26b (patch)
tree68c2f29cb9d745a619f07a69c9329c444da3eee4 /misc
parent1a22253ec2e83b04600088d6780aecc92bc03e76 (diff)
downloadfreebsd-ports-gnome-61c1d8431106e1146dac170341983cf5faf0d26b.tar.gz
freebsd-ports-gnome-61c1d8431106e1146dac170341983cf5faf0d26b.tar.zst
freebsd-ports-gnome-61c1d8431106e1146dac170341983cf5faf0d26b.zip
Add slave port of misc/gopod, a GTK Utility to cap/uncap an iPod
Diffstat (limited to 'misc')
-rw-r--r--misc/Makefile1
-rw-r--r--misc/gtk-gopod/Makefile23
-rw-r--r--misc/gtk-gopod/pkg-plist8
3 files changed, 32 insertions, 0 deletions
diff --git a/misc/Makefile b/misc/Makefile
index 0f71d0c233f4..468d5fae3695 100644
--- a/misc/Makefile
+++ b/misc/Makefile
@@ -144,6 +144,7 @@
SUBDIR += gregexp
SUBDIR += gretl
SUBDIR += grun
+ SUBDIR += gtk-gopod
SUBDIR += gtkfind
SUBDIR += gtktalog
SUBDIR += gtl
diff --git a/misc/gtk-gopod/Makefile b/misc/gtk-gopod/Makefile
new file mode 100644
index 000000000000..a79b167a2182
--- /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 000000000000..c701e227df0d
--- /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%%