Index: head/math/drgeo/Makefile =================================================================== --- head/math/drgeo/Makefile (revision 455211) +++ head/math/drgeo/Makefile (revision 455212) @@ -1,27 +1,28 @@ # Created by: Joe Marcus Clarke # $FreeBSD$ PORTNAME= drgeo PORTVERSION= 1.1.0 PORTREVISION= 20 CATEGORIES= math MASTER_SITES= SF/ofset/${PORTNAME}/${PORTVERSION} MAINTAINER= amdmi3@FreeBSD.org COMMENT= GTK interactive geometry software +LICENSE= GPLv2+ +LICENSE_FILE= ${WRKSRC}/COPYING + LIB_DEPENDS= libguile.so:lang/guile GNU_CONFIGURE= yes -USES= gettext gmake pkgconfig pathfix +USES= gettext gmake localbase:ldflags pkgconfig pathfix USE_GNOME= gnomeprefix intlhack libglade2 -CPPFLAGS+= -I${LOCALBASE}/include -LDFLAGS+= -L${LOCALBASE}/lib PORTDATA= * post-patch: @${REINPLACE_CMD} -e 's|#!/bin/bash|#!/bin/sh|g' \ ${WRKSRC}/plugin/drgeo/progs/tm_drgeo .include