4e5b54a3ec
Approved by: db, skreuzer (mentors)
31 lines
634 B
Makefile
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>
|