ajacoutot a183b75553 "/usr/local/lib/pkgconfig/" is part of mtree(8).
Packages should not own this dir to prevent its deletion or a warning that it
cannot be removed because it's not empty at pkg_delete(1) time.
2015-05-22 11:31:10 +00:00

23 lines
438 B
Makefile

# $OpenBSD: Makefile,v 1.3 2015/05/22 11:31:18 ajacoutot Exp $
COMMENT = X11 printing headers
V = 1.0.5
DISTNAME = printproto-${V}
PKGNAME = xprintproto-${V}
REVISION = 0
CATEGORIES = print devel x11
MAINTAINER = Pascal Stumpf <Pascal.Stumpf@cubes.de>
# MIT
PERMIT_PACKAGE_CDROM = Yes
MASTER_SITES = ftp://ftp.cs.cuhk.edu.hk/pub/X11/individual/proto/
EXTRACT_SUFX = .tar.bz2
CONFIGURE_STYLE = gnu
.include <bsd.port.mk>