freebsd-ports/comms/xnecview/Makefile
Mathieu Arnold 7f4572eae4 Remove ${PORTSDIR}/ from dependencies, Mk and categories a, b, and c.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 13:29:15 +00:00

26 lines
595 B
Makefile

# Created by: Søren Straarup <xride@x12.dk>
# $FreeBSD$
PORTNAME= xnecview
PORTVERSION= 1.36
PORTREVISION= 2
CATEGORIES= comms hamradio
MASTER_SITES= http://wwwhome.cs.utwente.nl/%7Eptdeboer/ham/xnecview/
MAINTAINER= xride@FreeBSD.org
COMMENT= A X viewer of nec2c data
LIB_DEPENDS= libpng.so:graphics/png
USES= gmake pkgconfig tar:tgz
USE_GNOME= gtk20
PLIST_FILES= bin/xnecview man/man1/xnecview.1.gz
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/xnecview ${STAGEDIR}${PREFIX}/bin
${INSTALL_MAN} ${WRKSRC}/xnecview.man \
${STAGEDIR}${MANPREFIX}/man/man1/xnecview.1
.include <bsd.port.mk>