Add slave port of misc/gopod, a GTK Utility to cap/uncap an iPod

This commit is contained in:
Emanuel Haupt 2005-10-25 18:37:26 +00:00
parent 3e5d9c7f1f
commit feafb13932
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=146341
3 changed files with 32 additions and 0 deletions

View File

@ -144,6 +144,7 @@
SUBDIR += gregexp
SUBDIR += gretl
SUBDIR += grun
SUBDIR += gtk-gopod
SUBDIR += gtkfind
SUBDIR += gtktalog
SUBDIR += gtl

23
misc/gtk-gopod/Makefile Normal file
View File

@ -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"

8
misc/gtk-gopod/pkg-plist Normal file
View File

@ -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%%