2000-10-08 21:47:23 +00:00
|
|
|
# New ports collection makefile for: portoseguro
|
|
|
|
# Date created: 2000-10-08
|
|
|
|
# Whom: trevor
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= portoseguro
|
|
|
|
PORTVERSION= 0.4
|
2008-06-06 14:17:21 +00:00
|
|
|
PORTREVISION= 4
|
2000-10-08 21:47:23 +00:00
|
|
|
CATEGORIES= x11
|
2001-06-01 15:39:23 +00:00
|
|
|
MASTER_SITES= ${MASTER_SITE_LOCAL}
|
|
|
|
MASTER_SITE_SUBDIR= trevor
|
2000-10-08 21:47:23 +00:00
|
|
|
DISTNAME= ${PORTNAME}-alpha4
|
|
|
|
|
2006-02-11 21:03:14 +00:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2003-03-01 14:34:33 +00:00
|
|
|
COMMENT= Launch applications by clicking on an icon bar
|
2000-10-08 21:47:23 +00:00
|
|
|
|
|
|
|
CONFIGURE_ENV= GTKCONFIG=${GTK_CONFIG}
|
2005-11-15 06:52:12 +00:00
|
|
|
USE_AUTOTOOLS= autoconf:213
|
2000-10-08 21:47:23 +00:00
|
|
|
GNU_CONFIGURE= yes
|
2002-09-01 15:37:37 +00:00
|
|
|
USE_GNOME= gtk12
|
2008-03-25 22:44:48 +00:00
|
|
|
USE_XORG= xpm
|
2000-10-08 21:47:23 +00:00
|
|
|
WRKSRC= ${WRKDIR}/${PORTNAME}
|
|
|
|
|
|
|
|
do-install:
|
|
|
|
.for i in portoseguro portoseguro.conf
|
- Remove unneeded dependency from gtk12/gtk20 [1]
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Remove X11BASE support in favor of LOCALBASE or PREFIX
- Use USE_LDCONFIG instead of INSTALLS_SHLIB
- Remove unneeded USE_GCC 3.4+
Thanks to all Helpers:
Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr,
ehaupt, nox, itetcu, flz, pav
PR: 116263
Tested on: pointyhat
Approved by: portmgr (pav)
2008-04-19 17:56:05 +00:00
|
|
|
${INSTALL_PROGRAM} ${WRKSRC}/${i} ${LOCALBASE}/bin
|
2000-10-08 21:47:23 +00:00
|
|
|
.endfor
|
|
|
|
.if !defined(NOPORTDOCS)
|
2006-03-23 21:42:32 +00:00
|
|
|
${MKDIR} ${DOCSDIR}
|
|
|
|
${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR}
|
2000-10-08 21:47:23 +00:00
|
|
|
.endif
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|