1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-13 07:34:50 +00:00
freebsd-ports/palm/pilrc/Makefile

32 lines
682 B
Makefile
Raw Normal View History

# New ports collection makefile for: PilRC
# Date created: 29 Mar 2000
# Whom: Jun Kuriyama <kuriyama@FreeBSD.org>
#
# $FreeBSD$
#
2000-04-13 19:19:05 +00:00
PORTNAME= pilrc
PORTVERSION= 3.2
PORTREVISION= 1
CATEGORIES= palm
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
MAINTAINER= ports@FreeBSD.org
2003-02-22 07:48:51 +00:00
COMMENT= Resource compiler for Pilot applications
WRKSRC= ${WRKDIR}/pilrc-${PORTVERSION}/unix
CONFIGURE_ARGS+= --enable-pilrcui
2000-10-05 06:42:57 +00:00
USE_GNOME= gnometarget gtk12
2000-10-05 06:42:57 +00:00
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>