aboutsummaryrefslogtreecommitdiffstats
path: root/net-mgmt/isic/Makefile
blob: 483f43df42a27df6858d365fbf3909f4d7bef4a8 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# New ports collection makefile for:   isic
# Date created:                25 February 2000
# Whom:                        Brad Hendrickse <bradh@uunet.co.za>
#
# $FreeBSD$
#

PORTNAME=   isic
PORTVERSION=    0.05
CATEGORIES= net
MASTER_SITES=   http://www.packetfactory.net/Projects/ISIC/
EXTRACT_SUFX=   .tgz

MAINTAINER= bradh@uunet.co.za

BUILD_DEPENDS=  ${LOCALBASE}/lib/libnet.a:${PORTSDIR}/net/libnet

GNU_CONFIGURE=  yes

.include <bsd.port.mk>
e katamari).flz2009-01-241-5/+3 | | | | | | | | - Bump PORTREVISION for all ports depending on libglut since the shlib version number went from 4 to 3. - Bump PORTREVISION for all ports depending on libXaw as libXaw.so.8 isn't installed anymore. - Couple of ports fixes (mostly missing xorg components added to USE_XORG). * Don't install xorg-docs if NOPORTDOCS is defined.flz2008-07-151-0/+2 | | | | | PR: ports/125629 Submitted by: Dan Lukes <dan@obluda.cz> * Bump portrevision due to upgrade of devel/gettext.edwin2008-06-061-1/+1 | | | | | | | | | | The affected ports are the ones with gettext as a run-dependency according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT in Makefile (29 of them). PR: ports/124340 Submitted by: edwin@ Approved by: portmgr (pav) * - Remove unneeded dependency from gtk12/gtk20 [1]miwi2008-04-201-11/+10 | | | | | | | | | | | | | | | - 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) * Remove support for XFree8-4.flz2008-03-081-6/+0 | | | | | | | | From now on, X_WINDOW_SYSTEM != "xorg" is not supported anymore. PR: ports/119418 Submitted by: flz Approved by: portmgr (pav) * Don't add xorg-server as a RUN_DEPENDS on alpha/ia64.flz2007-10-101-2/+5 | * Bump PORTREVISION after gtk20 dependency removal in pixman.flz2007-09-161-0/+1 | * - Update X.org ports to 7.3.flz2007-09-141-3/+2 | | | | | | | | - Mark XFree86-4 as DEPRECATED with EXPIRATION_DATE set to 2007-12-25. I hope that nobody will be bored enough on Christmas to remove them on that day. Tested by: vehemens, Rene Ladan, Beech Rintoul, sarek on x11@ * Fix typo that prevented additional dependencies when COMPLETE_BUILD and/orlesi2007-06-011-2/+2 | | | | | | | | | PACKAGE_BUILDING were defined [1]. Remove PACKAGE_BUILDING from that block so package has same dependencies as port, since this didn't work before, this commit doesn't actually change anything for package build. Submitted by: stefan [1] * - Welcome X.org 7.2 \o/.flz2007-05-20