/irc/eggdrop/

id='header'> cgit logo index : freebsd-ports-gnome
FreeBSD GNOME current development ports (https://github.com/freebsd/freebsd-ports-gnome)
aboutsummaryrefslogtreecommitdiffstats
path: root/misc/deco/distinfo
Commit message (Expand)AuthorAgeFilesLines
* - Get Rid MD5 supportmiwi2011-03-191-1/+0
* SHA256ifyedwin2006-01-221-0/+1
* Add size data, approved by maintainers.trevor2004-03-191-0/+1
* Update to version 3.9.demon2003-03-24

































                                                                           
# New ports collection makefile for:    papersize-default-a4
# Date created:     March 2, 2012
# Whom:         hrs
#
# $FreeBSD$
#

PORTNAME=   papersize-default
PORTVERSION=    0.0.20120302
CATEGORIES= print
MASTER_SITES=   # none
PKGNAMESUFFIX=  -${DEFAULTPAPERSIZE:L}
DISTFILES=  # none

MAINTAINER= hrs@FreeBSD.org
COMMENT=    A default paper size configuration file for libpaper

LIB_DEPENDS=    paper:${PORTSDIR}/print/libpaper

NO_BUILD=   yes

DEFAULTPAPERSIZE?=  a4
.for P in a4 letter
.if ${DEFAULTPAPERSIZE:L:M${P}} != ${P}
CONFLICTS+= papersize-default-${P}-[0-9]*
.endif
.endfor

PLIST_FILES=    etc/papersize

do-install:
    ${LN} -s -f papersize.${DEFAULTPAPERSIZE:L} ${PREFIX}/etc/papersize

.include <bsd.port.mk>