- Make tarballs fetchable

Reported by:	kris via bento
This commit is contained in:
Kirill Ponomarev 2003-10-18 06:31:24 +00:00
parent 898e46c175
commit e4b874d613
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=91546

View file

@ -26,10 +26,12 @@ RESTRICTED= "Redistribution not allowed"
NO_CDROM= ${RESTRICTED}
#NO_PACKAGE= ${RESTRICTED}
ONFIGURE_TARGET=
CONFIGURE_ARGS+=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
CONFIGURE_ENV+= LDFLAGS="${LDFLAGS} -L${LOCALBASE}/lib"
post-install:
${INSTALL_DATA} ${WRKDIR}/usr/share/apps/ksocrat/* \
${PREFIX}/share/apps/ksocrat
.include <bsd.port.pre.mk>
.include "${PORTSDIR}/x11/kde3/Makefile.kde"
.include <bsd.port.post.mk>
.include <bsd.port.mk>