freebsd-ports/palm/pilrc/Makefile
Jun Kuriyama 5fd6a92a12 - Upgrade to 3.2 (1).
- Respect $NOPORTDOCS (1).
- Update WWW line.
- Drop maintainership.

PR:		ports/69209 (1)
Submitted by:	Simon Dick <simond@irrelevant.org> (1)
2004-08-06 03:43:54 +00:00

31 lines
666 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
CATEGORIES= palm
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
MAINTAINER= ports@FreeBSD.org
COMMENT= Resource compiler for Pilot applications
WRKSRC= ${WRKDIR}/pilrc-${PORTVERSION}/unix
CONFIGURE_ARGS+= --enable-pilrcui
USE_GNOME= gnometarget 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>