Import of pilrc-2.8p5
PilRC is an application that takes a resource script file and generates one or more binary resource files that are to be used when developing for the Palm Computing Platform. WWW: http://www.ardiri.com/index.php?redir=palm&cat=pilrc
This commit is contained in:
parent
ea29ce9725
commit
b96aeb4e88
35
palm/pilrc/Makefile
Normal file
35
palm/pilrc/Makefile
Normal file
@ -0,0 +1,35 @@
|
||||
# $OpenBSD: Makefile,v 1.1.1.1 2001/08/17 02:49:57 pvalchev Exp $
|
||||
|
||||
COMMENT= "generate resources for PalmOS applications from text descr"
|
||||
|
||||
DISTNAME= pilrc-2.8p5
|
||||
PKGNAME= ${DISTNAME:S/p4/.4/}
|
||||
CATEGORIES= palm devel
|
||||
NEED_VERSION= 1.438
|
||||
|
||||
HOMEPAGE= http://www.ardiri.com/index.php?redir=palm\&cat=pilrc
|
||||
|
||||
MAINTAINER= Peter Valchev <pvalchev@openbsd.org>
|
||||
|
||||
# GPL
|
||||
PERMIT_PACKAGE_CDROM= Yes
|
||||
PERMIT_PACKAGE_FTP= Yes
|
||||
PERMIT_DISTFILES_CDROM= Yes
|
||||
PERMIT_DISTFILES_FTP= Yes
|
||||
|
||||
MASTER_SITES= http://www.hig.se/~ardiri/download/palm/
|
||||
|
||||
USE_GMAKE= Yes
|
||||
CONFIGURE_STYLE= gnu
|
||||
CONFIGURE_ARGS= --disable-pilrcui
|
||||
|
||||
DOCDIR= ${PREFIX}/share/doc/pilrc
|
||||
|
||||
post-install:
|
||||
${INSTALL_DATA_DIR} ${DOCDIR} ${DOCDIR}/images
|
||||
cd ${WRKSRC}/doc && \
|
||||
${INSTALL_DATA} archive.html download.html index.html \
|
||||
contrib.html history.html manual.html ${DOCDIR}
|
||||
${INSTALL_DATA} ${WRKSRC}/doc/images/download.gif ${DOCDIR}/images
|
||||
|
||||
.include <bsd.port.mk>
|
3
palm/pilrc/files/md5
Normal file
3
palm/pilrc/files/md5
Normal file
@ -0,0 +1,3 @@
|
||||
MD5 (pilrc-2.8p5.tar.gz) = 4b07644f4de888327ade7c12850b19f0
|
||||
RMD160 (pilrc-2.8p5.tar.gz) = 43e33b5d60c5da33103ad277ea3c847ac88d9d28
|
||||
SHA1 (pilrc-2.8p5.tar.gz) = b5bafdb90bbd32621de6203e85e3a79951fc2e46
|
5
palm/pilrc/pkg/DESCR
Normal file
5
palm/pilrc/pkg/DESCR
Normal file
@ -0,0 +1,5 @@
|
||||
PilRC is an application that takes a resource script file and generates
|
||||
one or more binary resource files that are to be used when developing
|
||||
for the Palm Computing Platform.
|
||||
|
||||
WWW: ${HOMEPAGE}
|
11
palm/pilrc/pkg/PLIST
Normal file
11
palm/pilrc/pkg/PLIST
Normal file
@ -0,0 +1,11 @@
|
||||
@comment $OpenBSD: PLIST,v 1.1.1.1 2001/08/17 02:49:57 pvalchev Exp $
|
||||
bin/pilrc
|
||||
share/doc/pilrc/archive.html
|
||||
share/doc/pilrc/contrib.html
|
||||
share/doc/pilrc/download.html
|
||||
share/doc/pilrc/history.html
|
||||
share/doc/pilrc/images/download.gif
|
||||
share/doc/pilrc/index.html
|
||||
share/doc/pilrc/manual.html
|
||||
@dirrm share/doc/pilrc/images
|
||||
@dirrm share/doc/pilrc
|
Loading…
Reference in New Issue
Block a user