freebsd-ports/textproc/openvanilla-framework/Makefile
Rong-En Fan d907fad14d - Update to 0.7.2.20070514
- Host distfiles at my place per request from maintainer
- Kill reference to X11BASE, now everything in LOCALBASE
- Rename patches to match our name convention, also update them if necessary

openvanilla-modules:
- Add Chewing module

scim-openvanilla:
- Remove pkg-plist, use PLIST_FILES for small # of files
- Remove hack for objformat removal, no longer needed

PR:		ports/112721
Submitted by:	Li-Lun Wang <llwang at infor.org> (maintainer)
2007-05-27 08:55:56 +00:00

24 lines
585 B
Makefile

# New ports collection makefile for: openvanilla-framework
# Date Created: 3 September 2005
# Whom: Leland Wang <llwang@infor.org>
#
# $FreeBSD$
#
PORTNAME= openvanilla-framework
PORTVERSION= 0.7.2.20070514
CATEGORIES= textproc
MASTER_SITES= ${MASTER_SITE_LOCAL}
MASTER_SITE_SUBDIR= rafan
DISTNAME= openvanilla-${PORTVERSION}
MAINTAINER= llwang@infor.org
COMMENT= Development header files for OpenVanilla
NO_BUILD= yes
do-install:
@${MKDIR} ${PREFIX}/include/OpenVanilla
@${INSTALL_DATA} ${WRKSRC}/Framework/Headers/* ${PREFIX}/include/OpenVanilla
.include <bsd.port.mk>