1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-25 09:34:11 +00:00
freebsd-ports/palm/pilrc/Makefile
Koop Mast 0e682dded4 Remove USE_GNOME=gnometarget from ports. It has been a empty keyword since
mid 2008.

PR:		ports/159624
Submitted by:	Ruslan Mahmatkhanov <cvs-src@yandex.ru>
2011-08-11 19:20:17 +00:00

31 lines
614 B
Makefile

# New ports collection makefile for: PilRC
# Date created: 29 Mar 2000
# Whom: Jun Kuriyama <kuriyama@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= pilrc
PORTVERSION= 3.2
PORTREVISION= 3
CATEGORIES= palm
MASTER_SITES= SF
MAINTAINER= ports@FreeBSD.org
COMMENT= Resource compiler for Pilot applications
WRKSRC= ${WRKDIR}/pilrc-${PORTVERSION}/unix
CONFIGURE_ARGS+= --enable-pilrcui
USE_GNOME= gtk12
GNU_CONFIGURE= yes
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/pilrc ${WRKSRC}/pilrcui ${PREFIX}/bin
.if !defined(NOPORTDOCS)
${MKDIR} ${DOCSDIR}
${CP} -R ${WRKSRC}/../doc/* ${DOCSDIR}
.endif
.include <bsd.port.mk>