1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-28 05:29:48 +00:00
freebsd-ports/palm/pilrc/Makefile
Tijl Coosemans 3ce0f21808 devel/glib12 x11-toolkits/gtk12:
- Convert to USES=libtool and bump dependent ports
- Add INSTALL_TARGET=install-strip
- Remove patches that renamed include directories and libraries so they
  didn't conflict with early development versions of glib/gtk 2.0
2014-09-13 15:11:27 +00:00

32 lines
596 B
Makefile

# $FreeBSD$
PORTNAME= pilrc
PORTVERSION= 3.2
PORTREVISION= 4
CATEGORIES= palm
MASTER_SITES= SF
MAINTAINER= ports@FreeBSD.org
COMMENT= Resource compiler for Pilot applications
LICENSE= GPLv2
WRKSRC= ${WRKDIR}/pilrc-${PORTVERSION}/unix
CONFIGURE_ARGS+= --enable-pilrcui
USE_GNOME= gtk12
GNU_CONFIGURE= yes
OPTIONS_DEFINE= DOCS
.include <bsd.port.options.mk>
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/pilrc ${WRKSRC}/pilrcui ${STAGEDIR}${PREFIX}/bin
.if ${PORT_OPTIONS:MDOCS}
${MKDIR} ${STAGEDIR}${DOCSDIR}
${CP} -R ${WRKSRC}/../doc/* ${STAGEDIR}${DOCSDIR}
.endif
.include <bsd.port.mk>