forked from Lainports/freebsd-ports
* Change maintainer to submitter of ports/52446,
Rui Lopes <rui@ruilopes.com> (I missed this when
I committed this port)
* Add libgtkhtml/remove gtk20 from USE_GNOME
* Remove the REINPLACEs
<debugger> adamw_: we also don't need that first REINPLACE in post-patch.
<debugger> adamw_: and I don't known why you have placed the second
REINPLACE there :/
* Remove the lib/devhelp dir in the pkg-plist
* Add a patch to search for devhelp books in the
standard FreeBSD places
* Alphabetize the pkg-plist
* PORTREVISION bump
Submitted by: Rui Lopes <rui@ruilopes.com> (over IRC)
28 lines
625 B
Makefile
28 lines
625 B
Makefile
# New ports collection makefile for: devhelp
|
|
# Date created: 29 May 2003
|
|
# Whom: Adam Weinberger <adamw@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= devhelp
|
|
PORTVERSION= 0.6.0
|
|
PORTREVISION= 1
|
|
CATEGORIES?= devel gnome
|
|
MASTER_SITES= ${MASTER_SITE_GNOME}
|
|
MASTER_SITE_SUBDIR= sources/${PORTNAME}/0.6
|
|
DIST_SUBDIR= gnome2
|
|
|
|
MAINTAINER= rui@ruilopes.com
|
|
COMMENT= Developer help browser for GNOME 2
|
|
|
|
USE_BZIP2= yes
|
|
USE_X_PREFIX= yes
|
|
USE_GMAKE= yes
|
|
USE_GNOME= gnomehack gnomeprefix libgtkhtml
|
|
USE_LIBTOOL= yes
|
|
INSTALLS_SHLIB= yes
|
|
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
|
LIBS="-L${LOCALBASE}/lib"
|
|
|
|
.include <bsd.port.mk>
|