forked from Lainports/freebsd-ports
Simplify gnustep ports Hook into the regular ports framework: - LIB_DEPENDS for library dependencies - Use regular USE_LDCONFIG Reuse USES=objc (automatic) USE_GNUSTEP is now a macro to set the dependencies and build feature needed. Accepted arguments: back base build gui Merge deskutils/preferencepanes into deskutils/systempreferences
15 lines
294 B
Makefile
15 lines
294 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= displaycalibrator
|
|
PORTVERSION= 0.7
|
|
PORTREVISION= 4
|
|
CATEGORIES= deskutils gnustep
|
|
MASTER_SITES= http://gnu.ethz.ch/linuks.mine.nu/displaycalibrator/
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Frontend to xgamma
|
|
|
|
USES= gnustep
|
|
USE_GNUSTEP= back build
|
|
|
|
.include <bsd.port.mk>
|