# ex:ts=8 # Ports collection makefile for: MaRS # Date created: Mon Nov 18, 1996 # Whom: David O'Brien (obrien@cs.ucdavis.edu) # # $FreeBSD$ # PORTNAME= mars PORTVERSION= 2.1 CATEGORIES= cad MASTER_SITES= ftp://ftp.cs.umd.edu/pub/sdag/MaRS/ DISTNAME= MaRS-${PORTVERSION} .if !defined(NOPORTDOCS) DISTFILES= ${DISTNAME}${EXTRACT_SUFX} MaRS-2-doc${EXTRACT_SUFX} .endif MAINTAINER= obrien@FreeBSD.org NO_WRKSUBDIR= yes EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} .if defined(HAVE_MOTIF) && !defined(PACKAGE_BUILDING) MAKEFILE= Makefile.XMotif .elif defined(WITHOUT_X11) MAKEFILE= Makefile.NoX .else USE_XLIB= yes MAKEFILE= Makefile.SimpleX .endif ALL_TARGET= depend mars MAN1= mars.1 do-install: ${INSTALL_PROGRAM} ${WRKSRC}/mars ${PREFIX}/bin ${INSTALL_MAN} ${WRKSRC}/man/man1/mars.1 ${PREFIX}/man/man1 .if !defined(NOPORTDOCS) @${MKDIR} ${PREFIX}/share/doc/mars @${CHMOD} a+rx ${PREFIX}/share/doc/mars @(cd ${PREFIX}/share/doc ; \ ${TAR} xfpz /${DISTDIR}/MaRS-2-doc${EXTRACT_SUFX} ; \ [ -d mars ] && ${RM} -rf mars; \ ${MV} doc mars ) .endif .include ndex : freebsd-ports-gnome
FreeBSD GNOME current development ports (https://github.com/freebsd/freebsd-ports-gnome)
aboutsummaryrefslogtreecommitdiffstats
path: root/print/ghostscript7-jpnfont
Commit message (Expand)AuthorAgeFilesLines
* Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.mat2016-04-011-2/+2
* - Split ghostscript into X11-independent and -dependent parts:hrs2015-08-231-10/+2
* Convert code in bsd.port.mk for USE_GHOSTSCRIPT* to USES=ghostscript.kwm2015-07-171-1/+1
* Resurrect print/ghostscript7{,-commfont,-jpnfont,-korfont,-nox11}.hrs2014-11-232-0/+27
* Remove 5 unstaged print/ghostscript7* portsmarino2014-09-07