# New ports collection makefile for: vigor # Date created: 17 Jan 2000 # Whom: Bill Fumerola # # $FreeBSD$ # PORTNAME= vigor PORTVERSION= 0.016 CATEGORIES= editors tk82 tcl82 MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= billf@FreeBSD.org COMMENT= A vi clone inspired by the userfriendly comic strip LIB_DEPENDS= tk82.1:${PORTSDIR}/x11-toolkits/tk82 \ tcl82.1:${PORTSDIR}/lang/tcl82 GNU_CONFIGURE= yes CONFIGURE_ARGS+=--program-transform-name="s,0,1," CONFIGURE_ENV+= LDFLAGS="-L${LOCALBASE}/lib" WRKSRC= ${WRKDIR}/${DISTNAME}/build CFLAGS+= -I${LOCALBASE}/include/tcl8.2 -I${LOCALBASE}/include/tk8.2 .include .if ${OSVERSION} >= 500113 BROKEN= "Does not compile" .endif # Uglyness. So is "-ltcl -ltk -ltcl", so I don't feel bad. post-patch: @${CP} ${WRKSRC}/configure ${WRKSRC}/configure.orig @${SED} -e 's#-ltcl#-ltcl82 -L${LOCALBASE}/lib#g' \ -e 's#-ltk#-ltk82#g' \ < ${WRKSRC}/configure.orig > ${WRKSRC}/configure .include git.cgi/'>index : freebsd-ports-gnome
FreeBSD GNOME current development ports (https://github.com/freebsd/freebsd-ports-gnome)
aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
* Convert to UCL & cleanup pkg-message (categories x)Mathieu Arnold2019-08-141-2/+6
* - Fix trailing whitespace in pkg-messagesDmitry Marakasov2016-05-191-5/+5
* - Fix trailing whitespace in pkg-descrs, categories [p-x]*Dmitry Marakasov2016-05-191-1/+1
* MASTER_SITES cleanup.Mathieu Arnold2015-05-141-2/+1
* Remove Author from pkg-descrBaptiste Daroussin2015-03-031-1/+0
* Stagify.Vanilla I. Shu2014-07-011-1/+0
* Add NO_STAGE all over the place in preparation for the staging support (cat: ...Baptiste Daroussin2013-09-211-5/+2