freebsd-ports/comms/ge-x2212/Makefile
Stephen Hurd 4e5b54a3ec Update my ports to use my shurd@FreeBSD.org account
Approved by:    db, skreuzer (mentors)
2014-06-18 20:18:11 +00:00

31 lines
634 B
Makefile

# $FreeBSD$
PORTNAME= ge-x2212
PORTVERSION= 0.0.2010.09.15
CATEGORIES= comms hamradio
MASTER_SITES= http://members.shaw.ca/swstuff/ \
LOCAL/makc
DISTNAME= ${PORTNAME}-2-15sept2010
MAINTAINER= shurd@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
.include <bsd.port.options.mk>
post-install:
.if ${PORT_OPTIONS:MDOCS}
${MKDIR} ${STAGEDIR}${DOCSDIR}
${INSTALL_DATA} ${FILESDIR}/schematic.txt ${STAGEDIR}${DOCSDIR}
.endif
.include <bsd.port.mk>