freebsd-ports/comms/xwota/Makefile

35 lines
657 B
Makefile
Raw Normal View History

2013-09-02 23:27:53 +02:00
# Created by: Diane Bruce <db@db.net>
# $FreeBSD$
PORTNAME= xwota
PORTVERSION= 0.4
2012-06-01 07:26:28 +02:00
PORTREVISION= 7
CATEGORIES= comms hamradio
MASTER_SITES= http://people.fabaris.it/iz0ete/xwota/ \
LOCAL/db
MAINTAINER= hamradio@FreeBSD.org
COMMENT= X version of who is on the air
2013-12-30 02:03:13 +01:00
LICENSE= GPLv2
USES= gmake pkgconfig libtool
USE_GNOME= gtk20
GNU_CONFIGURE= yes
OPTIONS_DEFINE= DOCS
post-install:
2013-12-30 02:03:13 +01:00
@${MKDIR} ${STAGEDIR}${DOCSDIR}
.for d in ${WRKSRC}/README \
${WRKSRC}/COPYING \
${WRKSRC}/AUTHORS \
${WRKSRC}/ChangeLog \
${WRKSRC}/INSTALL \
${WRKSRC}/NEWS \
${WRKSRC}/TODO
2013-12-30 02:03:13 +01:00
@${INSTALL_DATA} ${WRKSRC}/${d} ${STAGEDIR}${DOCSDIR}
.endfor
.include <bsd.port.mk>