mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-26 00:55:14 +00:00
39 lines
759 B
Makefile
39 lines
759 B
Makefile
# Created by: Diane Bruce <db@db.net>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= xwota
|
|
PORTVERSION= 0.4
|
|
PORTREVISION= 7
|
|
CATEGORIES= comms hamradio
|
|
MASTER_SITES= http://people.fabaris.it/iz0ete/xwota/ \
|
|
${MASTER_SITE_LOCAL}
|
|
MASTER_SITE_SUBDIR= db
|
|
|
|
MAINTAINER= db@FreeBSD.org
|
|
COMMENT= X version of who is on the air
|
|
|
|
USES= gmake pkgconfig
|
|
USE_GNOME= gtk20
|
|
GNU_CONFIGURE= yes
|
|
USE_AUTOTOOLS= libtool
|
|
|
|
NO_STAGE= yes
|
|
post-install:
|
|
.if !defined(NOPORTDOCS)
|
|
${MKDIR} ${DOCSDIR}
|
|
.for d in ${WRKSRC}/README \
|
|
${WRKSRC}/COPYING \
|
|
${WRKSRC}/AUTHORS \
|
|
${WRKSRC}/ChangeLog \
|
|
${WRKSRC}/INSTALL \
|
|
${WRKSRC}/NEWS \
|
|
${WRKSRC}/TODO
|
|
@${INSTALL_DATA} ${WRKSRC}/${d} ${DOCSDIR}
|
|
.endfor
|
|
@${ECHO} ""
|
|
@${ECHO} "xwota docs installed in ${DOCSDIR}"
|
|
@${ECHO} ""
|
|
.endif
|
|
|
|
.include <bsd.port.mk>
|