# ex:ts=8 # New ports collection makefile for: mpgtx # Date created: May 15, 2001 # Whom: ijliao # # $FreeBSD$ # PORTNAME= mpgtx PORTVERSION= 1.0 CATEGORIES= graphics MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} DISTNAME= ${PORTNAME}-${PORTVERSION}-1-src EXTRACT_SUFX= .tgz MAINTAINER= ports@FreeBSD.org WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} ALL_TARGET= shared MAKE_ENV= INSTALL_PROGRAM="${INSTALL_PROGRAM}" \ INSTALL_MAN="${INSTALL_MAN}" MAN1= mpgtx.1 tagmp3.1 MLINKS= mpgtx.1 mpgdemux.1 \ mpgtx.1 mpgjoin.1 \ mpgtx.1 mpgsplit.1 \ mpgtx.1 mpgcat.1 \ mpgtx.1 mpginfo.1 post-install: @(cd ${PREFIX}/bin ; \ ${LN} -sf mpgtx mpgdemux ; \ ${LN} -sf mpgtx mpgjoin ; \ ${LN} -sf mpgtx mpgsplit ; \ ${LN} -sf mpgtx mpgcat ; \ ${LN} -sf mpgtx mpginfo ; \ ${LN} -sf mpgtx tagmp3) .include 'header'> cgit logo index : freebsd-ports-gnome
FreeBSD GNOME current development ports (https://github.com/freebsd/freebsd-ports-gnome)
aboutsummaryrefslogtreecommitdiffstats
path: root/cad/tkgate
Commit message (Expand)AuthorAgeFilesLines
* Do not use post-stage. Use post-install instead.mat2016-12-021-1/+1
* cad/tkgate: Unbreak FreeBSD 11, Fix depends on restmarino2015-07-071-1/+2
* - Fix build by adding iconv dependencyvsevolod2015-06-241-1/+1
* Restore removed cad/tkgate.vsevolod2015-06-245-0/+1467
* - Remove cad/tkgate: it segfaults on startup, and has been doing so for as longgahr2013-09-2520-2801/+0
* Add NO_STAGE all over the place in preparation for the staging support (cat: ...bapt2013-09-201-0/+1
* - Use single space after WWW:sunpoet2013-09-081-1/+1
* - Remove MAKE_JOBS_SAFE variableak2013-08-151-1/+0
* - Fix PLISTgahr2013-05-151-0/+2
* - Fix run-time with Tcl/Tk 8.6gahr2013-05-142-3/+10
* - Update to 2.0-b10gahr2013-05-1419-546/+2752