mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-17 03:25:46 +00:00
3147bb6c6b
It has been a while both does not depend anymore on esound, before this change esound dependency was wrongly added to plenty of packages which actually does not depend on it. While here: - audio/glame: remove esound support - games/monkeybubble: add an explicit dependency on esound - sysutils/gnome-schedule: add en explicit dependency on pkg-config - comms/kb: add missing dependency on pkgconfig - x11-toolkits/libgnomeui: * update to 2.4.5 * use USES=localbase
29 lines
596 B
Makefile
29 lines
596 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= ge-x2212
|
|
PORTVERSION= 0.0.2010.09.15
|
|
PORTREVISION= 2
|
|
CATEGORIES= comms hamradio
|
|
MASTER_SITES= http://members.shaw.ca/swstuff/ \
|
|
LOCAL/makc
|
|
DISTNAME= ${PORTNAME}-2-15sept2010
|
|
|
|
MAINTAINER= hamradio@FreeBSD.org
|
|
COMMENT= EEPROM programmer for GE Phoenix SX Radios
|
|
|
|
USES= pkgconfig
|
|
USE_GNOME= libgnomeui
|
|
GNU_CONFIGURE= yes
|
|
WRKSRC= ${WRKDIR}/${PORTNAME}-2
|
|
|
|
PLIST_FILES= bin/ge-x2212-2
|
|
PORTDOCS= schematic.txt
|
|
|
|
OPTIONS_DEFINE= DOCS
|
|
|
|
post-install-DOCS-on:
|
|
${MKDIR} ${STAGEDIR}${DOCSDIR}
|
|
${INSTALL_DATA} ${FILESDIR}/schematic.txt ${STAGEDIR}${DOCSDIR}
|
|
|
|
.include <bsd.port.mk>
|