5bfa9eb751
regular user and some files on the system are only readable by root (cups, dbus...)
31 lines
591 B
Makefile
31 lines
591 B
Makefile
# $OpenBSD: Makefile,v 1.6 2011/01/07 16:36:19 landry Exp $
|
|
|
|
COMMENT= user-friendly package browser and manager
|
|
|
|
DISTNAME= pkg_mgr-0.2.1
|
|
CATEGORIES= sysutils
|
|
|
|
HOMEPAGE= http://rhaalovely.net/pkg_mgr.html
|
|
MAINTAINER= Landry Breuil <gaston@gcu.info>
|
|
|
|
# BSD
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
MASTER_SITES= http://rhaalovely.net/stuff/
|
|
|
|
# for P5SITE
|
|
MODULES= perl
|
|
NO_BUILD= yes
|
|
NO_REGRESS= yes
|
|
|
|
RUN_DEPENDS= devel/p5-Curses-UI \
|
|
databases/p5-DBD-SQLite \
|
|
databases/sqlports,-compact
|
|
|
|
PKG_ARCH= *
|
|
|
|
.include <bsd.port.mk>
|